diff src/protocols/napster/napster.c @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents 7024b595b6ae
children d7b8eb1f0a18
line wrap: on
line diff
--- a/src/protocols/napster/napster.c	Wed Apr 21 01:20:41 2004 +0000
+++ b/src/protocols/napster/napster.c	Wed Apr 21 01:34:26 2004 +0000
@@ -170,7 +170,7 @@
 
 	name = g_hash_table_lookup(data, "group");
 
-	/* Make sure the name has a # preceeding it */
+	/* Make sure the name has a # preceding it */
 	if (name[0] != '#')
 		nap_write_packet(gc, 400, "#%s", name);
 	else