Wed, 06 Apr 2011 13:35:53 +0000
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;