diff libpurple/prpl.h @ 22762:20053e2484f8

Fix a typo in a doc comment.
author Richard Laager <rlaager@wiktel.com>
date Mon, 28 Apr 2008 22:07:06 +0000
parents f55f84a1e3f7
children 0be4c1f0fa55 3d7e9eff04d0
line wrap: on
line diff
--- a/libpurple/prpl.h	Mon Apr 28 22:04:07 2008 +0000
+++ b/libpurple/prpl.h	Mon Apr 28 22:07:06 2008 +0000
@@ -186,7 +186,7 @@
  * A protocol plugin information structure.
  *
  * Every protocol plugin initializes this structure. It is the gateway
- * between purple and the protocol plugin.  Many of this callbacks can be
+ * between purple and the protocol plugin.  Many of these callbacks can be
  * NULL.  If a callback must be implemented, it has a comment indicating so.
  */
 struct _PurplePluginProtocolInfo