diff libpurple/upnp.c @ 30554:74776878c055

Comment spellcheck.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 29 May 2010 22:27:26 +0000
parents 418659eedf88
children d60313011111
line wrap: on
line diff
--- 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)
 	{