changeset 10310:926bd0e5f487

[gaim-migrate @ 11504] We're making cinnamon crispania committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 03 Dec 2004 03:37:10 +0000
parents 19974fd2d61d
children b7566fc34c6c
files src/protocols/msn/cmdproc.c src/protocols/msn/dialog.c src/protocols/msn/notification.c
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/msn/cmdproc.c	Fri Dec 03 03:07:47 2004 +0000
+++ b/src/protocols/msn/cmdproc.c	Fri Dec 03 03:37:10 2004 +0000
@@ -319,7 +319,7 @@
 	/* Since commands have not stored payload and we need it for pendent
 	 * commands at the time we process again the same command we will try
 	 * to read again the payload of payload_len size but we will actually
-	 * read sometime else, and reading from server syncronization goes to
+	 * read sometime else, and reading from server synchronization goes to
 	 * hell. */
 	/* Now we store the payload in the command when we queue them :D */
 
--- a/src/protocols/msn/dialog.c	Fri Dec 03 03:07:47 2004 +0000
+++ b/src/protocols/msn/dialog.c	Fri Dec 03 03:37:10 2004 +0000
@@ -88,7 +88,7 @@
 	data->group = g_strdup(group_name);
 	data->gc    = gc;
 
-	msg = g_strdup_printf(_("Buddy list syncronization issue in %s (%s)"),
+	msg = g_strdup_printf(_("Buddy list synchronization issue in %s (%s)"),
 						  gaim_account_get_username(account),
 						  gaim_account_get_protocol_name(account));
 
--- a/src/protocols/msn/notification.c	Fri Dec 03 03:07:47 2004 +0000
+++ b/src/protocols/msn/notification.c	Fri Dec 03 03:37:10 2004 +0000
@@ -1233,7 +1233,7 @@
 
 	cbs_table = msn_table_new();
 
-	/* Syncronous */
+	/* Synchronous */
 	msn_table_add_cmd(cbs_table, "CHG", "CHG", chg_cmd);
 	msn_table_add_cmd(cbs_table, "CHG", "ILN", iln_cmd);
 	msn_table_add_cmd(cbs_table, "ADD", "ADD", add_cmd);
@@ -1254,7 +1254,7 @@
 	msn_table_add_cmd(cbs_table, "RMG", "RMG", rmg_cmd);
 	msn_table_add_cmd(cbs_table, "XFR", "XFR", xfr_cmd);
 
-	/* Asyncronous */
+	/* Asynchronous */
 	msn_table_add_cmd(cbs_table, NULL, "IPG", ipg_cmd);
 	msn_table_add_cmd(cbs_table, NULL, "MSG", msg_cmd);
 	msn_table_add_cmd(cbs_table, NULL, "NOT", not_cmd);