pidgin: 98024e18: Fix some spelling.

qulogic at pidgin.im qulogic at pidgin.im
Wed Jan 4 02:08:46 EST 2012


----------------------------------------------------------------------
Revision: 98024e18b62df0b1510672ffb9dbcde2e196115d
Parent:   d04a7e536bcefab217ed08532df97475a6adb882
Author:   qulogic at pidgin.im
Date:     01/03/12 18:36:11
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/98024e18b62df0b1510672ffb9dbcde2e196115d

Changelog: 

Fix some spelling.

Changes against parent d04a7e536bcefab217ed08532df97475a6adb882

  patched  libpurple/nat-pmp.h

-------------- next part --------------
============================================================
--- libpurple/nat-pmp.h	cf97dd2bf71b2458c09c84bd56bc504b42b39af0
+++ libpurple/nat-pmp.h	e53392f24a83353135364e462b849f6d4625e27b
@@ -61,7 +61,7 @@ char *purple_pmp_get_public_ip(void);
  * @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 @@ gboolean purple_pmp_create_map(PurplePmp
  * @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);
 


More information about the Commits mailing list