changeset 32434:6ef08ec013d2

Fix some spelling.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 03 Jan 2012 23:36:11 +0000
parents 98520ee78f12
children a6cc3de38233
files libpurple/nat-pmp.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);