libpurple/core.h

changeset 40243
474bc477bda8
parent 40188
80e78796edb2
child 40245
056a71665e06
--- a/libpurple/core.h	Thu Dec 19 00:45:18 2019 -0500
+++ b/libpurple/core.h	Thu Dec 19 00:46:46 2019 -0500
@@ -44,7 +44,7 @@
  *                 needs to be in place when other subsystems are initialized.
  * @debug_ui_init: Called just after the debug subsystem is initialized, but
  *                 before just about every other component's initialization. The
- *                 UI should use this hook to call purple_debug_set_ui_ops() so
+ *                 UI should use this hook to call purple_debug_set_ui() so
  *                 that debugging information for other components can be logged
  *                 during their initialization.
  * @ui_init:       Called after all of libpurple has been initialized. The UI

mercurial