diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-09-08 19:24:24 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-09-08 19:24:24 +0000 |
commit | 148e38f9911f7cbc05f62cd3dda0a36119a44edd (patch) | |
tree | c855a6ba458b6a2a324df502aa8a66e90a2dc865 /protocols/VKontakte/src/vk.h | |
parent | 5a2acab76c120bc16dea27021b5ffc3fba15471b (diff) |
VKontakte: spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@15310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk.h')
-rw-r--r-- | protocols/VKontakte/src/vk.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>. #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
|