diff src/plugin.h @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents 7024b595b6ae
children d7b8eb1f0a18
line wrap: on
line diff
--- a/src/plugin.h	Wed Apr 21 01:20:41 2004 +0000
+++ b/src/plugin.h	Wed Apr 21 01:34:26 2004 +0000
@@ -380,7 +380,7 @@
 /**
  * Registers a function that will be called when a plugin is loaded.
  *
- * @param func The callback functino.
+ * @param func The callback function.
  * @param data Data to pass to the callback.
  */
 void gaim_plugins_register_load_notify_cb(void (*func)(GaimPlugin *, void *),
@@ -389,14 +389,14 @@
 /**
  * Unregisters a function that would be called when a plugin is loaded.
  *
- * @param func The callback functino.
+ * @param func The callback function.
  */
 void gaim_plugins_unregister_load_notify_cb(void (*func)(GaimPlugin *, void *));
 
 /**
  * Registers a function that will be called when a plugin is unloaded.
  *
- * @param func The callback functino.
+ * @param func The callback function.
  * @param data Data to pass to the callback.
  */
 void gaim_plugins_register_unload_notify_cb(void (*func)(GaimPlugin *, void *),
@@ -405,7 +405,7 @@
 /**
  * Unregisters a function that would be called when a plugin is unloaded.
  *
- * @param func The callback functino.
+ * @param func The callback function.
  */
 void gaim_plugins_unregister_unload_notify_cb(void (*func)(GaimPlugin *,
 														   void *));