Merge pull request #1866 from arionkrause/master

Fixed typo
This commit is contained in:
Benjamin Staneck 2018-08-30 15:15:29 +02:00 committed by GitHub
commit 02f4a9dfe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -386,7 +386,7 @@ cmderOptions GetOption()
i++; i++;
} }
else { else {
MessageBox(NULL, szArgList[i + 1], L"/START - Folder doses not exist!", MB_OK); MessageBox(NULL, szArgList[i + 1], L"/START - Folder does not exist!", MB_OK);
} }
} }
else if (_wcsicmp(L"/task", szArgList[i]) == 0) else if (_wcsicmp(L"/task", szArgList[i]) == 0)