Fix a typo in a comment (a very useful commit)

Wed, 06 Apr 2011 13:35:53 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Wed, 06 Apr 2011 13:35:53 +0000
changeset 31645
c004d31607fd
parent 31644
f6b51c834b25
child 31647
5dfc55524155

Fix a typo in a comment (a very useful commit)

libpurple/protocols/jabber/si.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/jabber/si.c	Sat Apr 02 18:03:54 2011 +0000
+++ b/libpurple/protocols/jabber/si.c	Wed Apr 06 13:35:53 2011 +0000
@@ -1705,7 +1705,7 @@
 	 * See #8477.
 	 */
 	if (filesize_64 > G_MAXSIZE) {
-		/* Shoudl this pop up a warning? */
+		/* Should this pop up a warning? */
 		purple_debug_warning("jabber", "Unable to transfer file (too large)"
 		                     " -- see #8477 for more details.");
 		return;

mercurial