[glib] gmessages: Fix a typo in the documentation for g_log_set_handler_full()



commit 1304197ed07786d15be4ac04c6d7e7a73b5f5f03
Author: Philip Withnall <withnall endlessm com>
Date:   Fri Sep 22 13:34:19 2017 +0100

    gmessages: Fix a typo in the documentation for g_log_set_handler_full()
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 glib/gmessages.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gmessages.c b/glib/gmessages.c
index 3de01dc..919bd43 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].


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]