# HG changeset patch # User Elliott Sales de Andrade # Date 1275172046 0 # Node ID 74776878c0555907d4c8073529286924e7d9983f # Parent a83167dd305c5583fe7adf546773fbde1762fdb7 Comment spellcheck. diff -r a83167dd305c -r 74776878c055 libpurple/upnp.c --- a/libpurple/upnp.c Sat May 29 22:19:12 2010 +0000 +++ b/libpurple/upnp.c Sat May 29 22:27:26 2010 +0000 @@ -919,7 +919,8 @@ GSList *l; /* Remove ar from discovery_callbacks if present; it was inserted after a cb. - * The same cb may be in the list multple times, so be careful to remove the one assocaited with ar. */ + * The same cb may be in the list multiple times, so be careful to remove + * the one associated with ar. */ l = discovery_callbacks; while (l) {