pidgin/pidgin

4946be291bc3
Parents 1cfdaf481246
Children 338bba38df77
Fix some typos in the doc strings in purpleprivate.h

Testing Done:
Used my eye holes.

Reviewed at https://reviews.imfreedom.org/r/576/
--- a/libpurple/purpleprivate.h Fri Mar 19 02:47:11 2021 -0500
+++ b/libpurple/purpleprivate.h Fri Mar 19 02:47:40 2021 -0500
@@ -210,7 +210,7 @@
void purple_credential_manager_shutdown(void);
/**
- * purple_protocol_manager_start:
+ * purple_protocol_manager_startup:
*
* Starts up the protocol manager by creating the default instance.
*/
@@ -219,7 +219,7 @@
/**
* purple_protocol_manager_shutdown:
*
- * Shutdowns down the protocol manager by destroying the default instance.
+ * Shuts down the protocol manager by destroying the default instance.
*/
void purple_protocol_manager_shutdown(void);