# HG changeset patch # User Elliott Sales de Andrade # Date 1325633771 0 # Node ID 6ef08ec013d258e5c3c58c887b773aca21b8c784 # Parent 98520ee78f12f530aaf5ce7d361b36c8f8dd7da4 Fix some spelling. diff -r 98520ee78f12 -r 6ef08ec013d2 libpurple/nat-pmp.h --- 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);