diff libpurple/protocols/myspace/user.c @ 23376:85fc34efe733

Fix occurred to be spelled correctly. Thanks to bruce89 for noticing. Fixes #6096.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 16 Jun 2008 15:19:11 +0000
parents 3225c99785b8
children 16734635febf 125cac3e24ee 9fc3f5bf4455
line wrap: on
line diff
--- a/libpurple/protocols/myspace/user.c	Mon Jun 16 01:03:23 2008 +0000
+++ b/libpurple/protocols/myspace/user.c	Mon Jun 16 15:19:11 2008 +0000
@@ -635,7 +635,7 @@
 	if (!body) {
 		purple_debug_info("msim_username_is_available_cb", "No body for %s?!\n", username);
 		purple_connection_error_reason(session->gc, PURPLE_CONNECTION_ERROR_OTHER_ERROR, 
-				"An error occured while trying to set the username.\n"
+				"An error occurred while trying to set the username.\n"
 				"Please try again, or visit http://editprofile.myspace.com/index.cfm?"
 				"fuseaction=profile.username to set your username.");
 		return;
@@ -778,7 +778,7 @@
 	uid = msim_msg_get_integer(userinfo, "uid");
 	lid = msim_msg_get_integer(userinfo, "lid");
 	body = msim_msg_get_dictionary(userinfo, "body");
-	errmsg = g_strdup("An error occured while trying to set the username.\n"
+	errmsg = g_strdup("An error occurred while trying to set the username.\n"
 			"Please try again, or visit http://editprofile.myspace.com/index.cfm?"
 			"fuseaction=profile.username to set your username.");