diff libpurple/protocols/jabber/si.c @ 27284:73c8e1964eef

A semi-random collection of English spelling and grammatical changes.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 04 Jul 2009 06:44:39 +0000
parents 38c4973b5222
children 636c3b6c9cc7 8781cfb550bb
line wrap: on
line diff
--- a/libpurple/protocols/jabber/si.c	Sat Jul 04 05:20:38 2009 +0000
+++ b/libpurple/protocols/jabber/si.c	Sat Jul 04 06:44:39 2009 +0000
@@ -976,10 +976,10 @@
 	PurpleConnection *gc = js->gc;
 	PurpleAccount *account = purple_connection_get_account(gc);
 
-	purple_debug_error("jabber", "an error occured during IBB file transfer\n");
+	purple_debug_error("jabber", "an error occurred during IBB file transfer\n");
 	purple_xfer_error(purple_xfer_get_type(xfer), account,
 		jabber_ibb_session_get_who(sess),
-			_("An error occured on the in-band bytestream transfer\n"));
+			_("An error occurred on the in-band bytestream transfer\n"));
 	purple_xfer_cancel_remote(xfer);
 }