Merge branch 'mwleeds/log-set-enabled-docs' into 'main'

gmessages: Fix typo in docs

See merge request GNOME/glib!2515
This commit is contained in:
Philip Withnall 2022-02-22 14:32:47 +00:00
commit b400943767

View File

@ -2910,7 +2910,7 @@ g_log_get_debug_enabled (void)
* g_log_set_debug_enabled:
* @enabled: %TRUE to enable debug output, %FALSE otherwise
*
* Enable or disable debug output from the GLib logging system is enabled. This
* Enable or disable debug output from the GLib logging system. This
* value interacts disjunctively with `G_MESSAGES_DEBUG` if either of them
* would allow a debug message to be outputted, it will be.
*