[glib] gmessages: Fix a typo in the documentation for g_log_set_handler_full()
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gmessages: Fix a typo in the documentation for g_log_set_handler_full()
- Date: Fri, 22 Sep 2017 12:34:44 +0000 (UTC)
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]