# HG changeset patch # User Mark Doliner # Date 1102045030 0 # Node ID 926bd0e5f4871c96f87e40c3e43de482e1aae85d # Parent 19974fd2d61d61ace9e1d1f83e7c275917eacf7d [gaim-migrate @ 11504] We're making cinnamon crispania committer: Tailor Script diff -r 19974fd2d61d -r 926bd0e5f487 src/protocols/msn/cmdproc.c --- 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 */ diff -r 19974fd2d61d -r 926bd0e5f487 src/protocols/msn/dialog.c --- 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)); diff -r 19974fd2d61d -r 926bd0e5f487 src/protocols/msn/notification.c --- 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);