summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRMN <rmn@miranda-ng.org>2014-11-16 20:47:14 +0000
committerRMN <rmn@miranda-ng.org>2014-11-16 20:47:14 +0000
commitbb5061568249f2e371e745060cd31cb1659c025b (patch)
tree386ebb5eba43eff41b95acd1a0ad6068c55373da
parent8a59f88f48312eb877347a233b0a6ec11c9ab550 (diff)
typos in Sametime resources
git-svn-id: http://svn.miranda-ng.org/main/trunk@10999 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/Sametime/src/meanwhile/src/error.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Sametime/src/meanwhile/src/error.c b/protocols/Sametime/src/meanwhile/src/error.c
index abdc9c40e2..51c1dea4c5 100644
--- a/protocols/Sametime/src/meanwhile/src/error.c
+++ b/protocols/Sametime/src/meanwhile/src/error.c
@@ -164,7 +164,7 @@ char* mwErrorDesc(guint32 code) {
CASE(ERR_SUCCESS, LPGEN("Operation succeeded"));
CASE(ERR_FAILURE, LPGEN("Operation failed"));
CASE(ERR_REQUEST_DELAY, LPGEN("Request accepted but will be served later"));
- CASE(ERR_REQUEST_INVALID, LPGEN("Request is invalid due to invalid state or parameters "));
+ CASE(ERR_REQUEST_INVALID, LPGEN("Request is invalid due to invalid state or parameters"));
CASE(ERR_NOT_LOGGED_IN, LPGEN("Not logged in to community"));
CASE(ERR_NOT_AUTHORIZED, LPGEN("Unauthorized to perform an action or access a resource"));
CASE(ERR_ABORT, LPGEN("Operation has been aborted"));
@@ -194,7 +194,7 @@ char* mwErrorDesc(guint32 code) {
CASE(ERR_ENCRYPT_NO_SUPPORT, LPGEN("Encryption is not supported or failed unexpectedly"));
CASE(ERR_ENCRYPT_UNINITIALIZED, LPGEN("Encryption mechanism has not been initialized yet"));
CASE(ERR_ENCRYPT_UNACCEPTABLE, LPGEN("The requested encryption level is unacceptably low"));
- CASE(ERR_ENCRYPT_INVALID, LPGEN("The encryption data passed are invalid or or corrupted"));
+ CASE(ERR_ENCRYPT_INVALID, LPGEN("The encryption data passed are invalid or corrupted"));
CASE(ERR_NO_COMMON_ENCRYPT, LPGEN("There is no common encryption method"));
CASE(ERR_CHANNEL_DESTROYED, LPGEN("The channel is destroyed after a recommendation is made connect elsewhere"));
CASE(ERR_CHANNEL_REDIRECTED, LPGEN("The channel has been redirected to another destination"));
@@ -250,7 +250,7 @@ char* mwErrorDesc(guint32 code) {
/* 8.3.1.3 Client error codes */
CASE(ERR_CLIENT_USER_GONE, LPGEN("The user is not online"));
CASE(ERR_CLIENT_USER_DND, LPGEN("The user is in do not disturb mode"));
- CASE(ERR_CLIENT_USER_ELSEWHERE, LPGEN("Can not login because already logged in with a different user name (Java only)"));
+ CASE(ERR_CLIENT_USER_ELSEWHERE, LPGEN("Cannot login because already logged in with a different user name (Java only)"));
/* 8.3.1.4 IM error codes */
CASE(ERR_IM_COULDNT_REGISTER, LPGEN("Cannot register a reserved type"));