diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-29 21:37:05 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-29 21:37:05 +0000 |
commit | d81db08562633d0e51d71a684e68b087d5e08f70 (patch) | |
tree | c73a542dd124ec7dc12b0599055dd89d153c0348 | |
parent | 8fa9881c798377013852e9b9e8a87ae8644a03a9 (diff) |
SkypeClassic: spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@6689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/SkypeClassic/src/skypeapi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeClassic/src/skypeapi.cpp b/protocols/SkypeClassic/src/skypeapi.cpp index 966972f8fe..c041a53a43 100644 --- a/protocols/SkypeClassic/src/skypeapi.cpp +++ b/protocols/SkypeClassic/src/skypeapi.cpp @@ -1414,7 +1414,7 @@ static int _ConnectToSkypeAPI(char *path, int iStart) { return -1;
}
if (!reply) {
- OUTPUT(_T("Authentication is not supported/needed for this Skypeproxy server. It will be disabled."));
+ OUTPUT(_T("Authentication is not supported/needed for this Skype proxy server. It will be disabled."));
db_set_b(NULL, SKYPE_PROTONAME, "RequiresPassword", 0);
} else {
unsigned int length=(unsigned int)strlen(dbv.pszVal);
|