# HG changeset patch # User Richard Laager # Date 1209420426 0 # Node ID 20053e2484f8802cdf375261b95fb7f1fd251f53 # Parent 99cd68788bc01382257a0333e048645cfc7db029 Fix a typo in a doc comment. diff -r 99cd68788bc0 -r 20053e2484f8 libpurple/prpl.h --- 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