Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
22761:99cd68788bc0 | 22762:20053e2484f8 |
---|---|
184 | 184 |
185 /** | 185 /** |
186 * A protocol plugin information structure. | 186 * A protocol plugin information structure. |
187 * | 187 * |
188 * Every protocol plugin initializes this structure. It is the gateway | 188 * Every protocol plugin initializes this structure. It is the gateway |
189 * between purple and the protocol plugin. Many of this callbacks can be | 189 * between purple and the protocol plugin. Many of these callbacks can be |
190 * NULL. If a callback must be implemented, it has a comment indicating so. | 190 * NULL. If a callback must be implemented, it has a comment indicating so. |
191 */ | 191 */ |
192 struct _PurplePluginProtocolInfo | 192 struct _PurplePluginProtocolInfo |
193 { | 193 { |
194 PurpleProtocolOptions options; /**< Protocol options. */ | 194 PurpleProtocolOptions options; /**< Protocol options. */ |