changeset 31898:a0b9ecdc98c4

Fix a typo in a comment (a very useful commit)
author Paul Aurich <paul@darkrain42.org>
date Wed, 06 Apr 2011 13:35:53 +0000
parents 0123005d0fb8
children 1ae16c9b2164
files libpurple/protocols/jabber/si.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;