# HG changeset patch # User Paul Aurich # Date 1302096953 0 # Node ID a0b9ecdc98c4a624ec2cabed85c895e8be5756a2 # Parent 0123005d0fb8879731d0dfa783abd60e655e8dd7 Fix a typo in a comment (a very useful commit) diff -r 0123005d0fb8 -r a0b9ecdc98c4 libpurple/protocols/jabber/si.c --- 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;