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