From 148e38f9911f7cbc05f62cd3dda0a36119a44edd Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Tue, 8 Sep 2015 19:24:24 +0000 Subject: VKontakte: spelling correction git-svn-id: http://svn.miranda-ng.org/main/trunk@15310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/VKontakte/src/vk.h') diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h index 59cc224918..f1a5f902fd 100644 --- a/protocols/VKontakte/src/vk.h +++ b/protocols/VKontakte/src/vk.h @@ -71,11 +71,11 @@ along with this program. If not, see . #define VKERR_INVALID_FILENAME 301 // Invalid filename #define VKERR_INVALID_FILESIZE 302 // Invalid filesize // File upload custom error -#define VKERR_FILE_NOT_EXIST 10100 // File not exist +#define VKERR_FILE_NOT_EXIST 10100 // File does not exist #define VKERR_FTYPE_NOT_SUPPORTED 10101 // File type not supported #define VKERR_ERR_OPEN_FILE 10103 // Error open file #define VKERR_ERR_READ_FILE 10104 // Error read file -#define VKERR_FILE_NOT_UPLOADED 10105 // Error upload file +#define VKERR_FILE_NOT_UPLOADED 10105 // File upload error #define VKERR_INVALID_URL 10106 // Upload server returned empty URL #define VKERR_INVALID_USER 10107 // Invalid or unknown recipient user ID -- cgit v1.2.3