summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-06-25 10:34:12 +0000
committerDart Raiden <wowemuh@gmail.com>2014-06-25 10:34:12 +0000
commitdb0d799d1f72a3b49e54bb2e81ec091e636353b3 (patch)
tree19b615e529e4efea7eb99d190b22350c214331ab /protocols/IcqOscarJ/src
parent3fdf46fd77f2d2f2e3c958a3cd4cf9d37abfe05f (diff)
typos, spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@9576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src')
-rw-r--r--protocols/IcqOscarJ/src/icq_uploadui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_uploadui.cpp b/protocols/IcqOscarJ/src/icq_uploadui.cpp
index 96fb4a82b7..0301b11914 100644
--- a/protocols/IcqOscarJ/src/icq_uploadui.cpp
+++ b/protocols/IcqOscarJ/src/icq_uploadui.cpp
@@ -811,7 +811,7 @@ static INT_PTR CALLBACK DlgProcUploadList(HWND hwndDlg, UINT message, WPARAM wPa
SendDlgItemMessage(hwndDlg, IDC_LOG, LB_RESETCONTENT, 0, 0);
if (!ppro->icqOnline()) {
char str[MAX_PATH];
- AppendToUploadLog(hwndDlg, ICQTranslateUtfStatic(LPGEN("You have to be online to sychronize the server-list!"), str, MAX_PATH));
+ AppendToUploadLog(hwndDlg, ICQTranslateUtfStatic(LPGEN("You have to be online to synchronize the server-list!"), str, MAX_PATH));
break;
}
working = 1;