Tue, 03 Jan 2012 23:36:11 +0000
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);