libpurple/theme-manager.h

changeset 41083
590d533cf290
parent 40584
6f198a69ac48
--- a/libpurple/theme-manager.h	Thu Oct 07 22:28:08 2021 -0500
+++ b/libpurple/theme-manager.h	Sun Oct 10 02:52:05 2021 -0500
@@ -69,14 +69,14 @@
 /**
  * purple_theme_manager_init:
  *
- * Initalizes the theme manager.
+ * Initializes the theme manager.
  */
 void purple_theme_manager_init(void);
 
 /**
  * purple_theme_manager_uninit:
  *
- * Uninitalizes the manager then frees all the themes and loaders it is
+ * Uninitializes the manager then frees all the themes and loaders it is
  * responsible for.
  */
 void purple_theme_manager_uninit(void);

mercurial