Fix some spelling.

Tue, 03 Jan 2012 23:36:11 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Tue, 03 Jan 2012 23:36:11 +0000
changeset 32788
9da374aad806
parent 32787
7072f190d6ad
child 32789
3c8069736c9d

Fix some spelling.

libpurple/nat-pmp.h file | annotate | diff | comparison | revisions
--- a/libpurple/nat-pmp.h	Tue Jan 03 23:32:59 2012 +0000
+++ b/libpurple/nat-pmp.h	Tue Jan 03 23:36:11 2012 +0000
@@ -61,7 +61,7 @@
  * @param publicport The public port on which we are expecting a response
  * @param lifetime The lifetime of the mapping. It is recommended that this be PURPLE_PMP_LIFETIME.
  *
- * @returns TRUE if succesful; FALSE if unsuccessful
+ * @returns TRUE if successful; FALSE if unsuccessful
  */
 gboolean purple_pmp_create_map(PurplePmpType type, unsigned short privateport, unsigned short publicport, int lifetime);
 
@@ -71,7 +71,7 @@
  * @param type The PurplePmpType
  * @param privateport The private port on which the mapping was previously made
  *
- * @returns TRUE if succesful; FALSE if unsuccessful
+ * @returns TRUE if successful; FALSE if unsuccessful
  */
 gboolean purple_pmp_destroy_map(PurplePmpType type, unsigned short privateport);
 

mercurial