summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src/meanwhile
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-11-11 21:10:24 +0000
committerDart Raiden <wowemuh@gmail.com>2014-11-11 21:10:24 +0000
commit2fa6c2439f8e61fe38e2cb770ec202c105c0c4a3 (patch)
treea2001822e9e87b65862a6eef079d7c23d1c0ae50 /protocols/Sametime/src/meanwhile
parent8a186755706f72f2fc5e81b45c901cdf58003d23 (diff)
Sametime: typos
git-svn-id: http://svn.miranda-ng.org/main/trunk@10964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime/src/meanwhile')
-rw-r--r--protocols/Sametime/src/meanwhile/src/error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Sametime/src/meanwhile/src/error.c b/protocols/Sametime/src/meanwhile/src/error.c
index 6005eddbd1..abdc9c40e2 100644
--- a/protocols/Sametime/src/meanwhile/src/error.c
+++ b/protocols/Sametime/src/meanwhile/src/error.c
@@ -114,7 +114,7 @@ char* mwError(guint32 code) {
CASE(USER_RE_LOGIN, LPGEN("User relogin"));
CASE(BAD_NAME, LPGEN("Bad name"));
CASE(REG_MODE_NS, LPGEN("Registration error"));
- CASE(WRONG_USER_PRIV, LPGEN("Privilage error"));
+ CASE(WRONG_USER_PRIV, LPGEN("Privilege error"));
CASE(NEED_EMAIL, LPGEN("Need email"));
CASE(DNS_ERROR, LPGEN("DNS error"));
CASE(DNS_FATAL_ERROR, LPGEN("DNS fatal error"));
@@ -243,7 +243,7 @@ char* mwErrorDesc(guint32 code) {
CASE(MULTI_SERVER_LOGIN2, LPGEN("Disconnected due to login in two Sametime servers concurrently (2)"));
CASE(MULTI_LOGIN_COMP, LPGEN("Disconnected due to login from another computer."));
CASE(MUTLI_LOGIN_ALREADY, LPGEN("Unable to log in because you are already logged on from another computer"));
- CASE(SERVER_BROKEN, LPGEN("Unable to log in because the server is eother unreachable, or not configured properly."));
+ CASE(SERVER_BROKEN, LPGEN("Unable to log in because the server is either unreachable, or not configured properly."));
CASE(SERVER_PATH_OLD, LPGEN("Unable to log in to home Sametime server through the requested server, since your home server needs to be upgraded."));
CASE(APPLET_LOGOUT, LPGEN("The applet was logged out with this reason. Perform relogin and you will return to the former state."));