summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/misc.cpp
diff options
context:
space:
mode:
authorElzorFox <elzorfox@ya.ru>2024-04-08 17:06:17 +0500
committerElzorFox <elzorfox@ya.ru>2024-04-08 17:06:17 +0500
commit89424edebf983affdd417cb5767cf0e2a0171699 (patch)
tree8e54c49ba46e66aa149cb13cc3aacfa0db99a114 /protocols/VKontakte/src/misc.cpp
parentb538ebf8e9609a4e6413d48049db1360943c5c41 (diff)
VKontakte:
fix dowload img to ты log add minimal priority for downloads files fix old typo version bump
Diffstat (limited to 'protocols/VKontakte/src/misc.cpp')
-rw-r--r--protocols/VKontakte/src/misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp
index faa534d1ef..a032ba71a1 100644
--- a/protocols/VKontakte/src/misc.cpp
+++ b/protocols/VKontakte/src/misc.cpp
@@ -451,7 +451,7 @@ bool CVkProto::CheckJsonResult(AsyncHttpRequest *pReq, const JSONNode &jnNode)
case VKERR_YOU_ON_BLACKLIST:
case VKERR_USER_ON_BLACKLIST:
break;
- // See also CVkProto::SendFileFiled
+ // See also CVkProto::SendFileFailed
}
return (iErrorCode == 0);