--- a/libpurple/dbus-server.h Thu Feb 06 03:17:59 2014 +0530 +++ b/libpurple/dbus-server.h Thu Feb 06 16:53:42 2014 +0530 @@ -157,7 +157,7 @@ * purple_dbus_get_init_error: * * Returns whether Purple's D-BUS subsystem is up and running. If it's - * NOT running then purple_dbus_dispatch_init() failed for some reason, + * NOT running then #purple_dbus_dispatch_init failed for some reason, * and a message should have been purple_debug_error()'ed. * * Purple plugins that use D-BUS should use the @@ -165,9 +165,9 @@ * initialization if Purple's D-BUS subsystem is not running. * * Returns: If the D-BUS subsystem started with no problems then this - * will return NULL and everything will be hunky dory. If - * there was an error initializing the D-BUS subsystem then - * this will return an error message explaining why. + * will return NULL and everything will be hunky dory. If + * there was an error initializing the D-BUS subsystem then + * this will return an error message explaining why. */ const char *purple_dbus_get_init_error(void);