--- 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);