From 1304197ed07786d15be4ac04c6d7e7a73b5f5f03 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 22 Sep 2017 13:34:19 +0100 Subject: [PATCH] gmessages: Fix a typo in the documentation for g_log_set_handler_full() Signed-off-by: Philip Withnall --- glib/gmessages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gmessages.c b/glib/gmessages.c index 3de01dc27..919bd43b0 100644 --- a/glib/gmessages.c +++ b/glib/gmessages.c @@ -846,7 +846,7 @@ g_log_set_handler (const gchar *log_domain, * @user_data: data passed to the log handler * @destroy: destroy notify for @user_data, or %NULL * - * Like g_log_sets_handler(), but takes a destroy notify for the @user_data. + * Like g_log_set_handler(), but takes a destroy notify for the @user_data. * * This has no effect if structured logging is enabled; see * [Using Structured Logging][using-structured-logging].