From 305242d8a1570b62ca6b00bd510b4af39038bb90 Mon Sep 17 00:00:00 2001 From: skilion Date: Sun, 28 May 2017 23:01:58 +0200 Subject: [PATCH] fix typo --- src/upload.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upload.d b/src/upload.d index ead0ec81..52a01029 100644 --- a/src/upload.d +++ b/src/upload.d @@ -43,7 +43,7 @@ struct UploadSession return false; } if (!exists(session["localPath"].str)) { - log.vlog("The file do not exist anymore"); + log.vlog("The file does not exist anymore"); return false; } // request the session status