changeset 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 99cd68788bc0
children bec28e60aff6
files libpurple/prpl.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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