Fix spelling

found by accident ;)
This commit is contained in:
nezu 2021-03-09 20:51:24 +01:00 committed by GitHub
parent a6a56633df
commit 99dede8d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -927,7 +927,7 @@ int Program_Start(void)
ExpandEnvironmentStrings(cmdline, expanded, 8192); ExpandEnvironmentStrings(cmdline, expanded, 8192);
// //
// If the comman contains a space but no ", try to fix it // If the command contains a space but no ", try to fix it
// //
if (wcsstr(expanded, L" ") && !wcsstr(expanded, L"\"") && _waccess(expanded, 0) != -1) if (wcsstr(expanded, L" ") && !wcsstr(expanded, L"\"") && _waccess(expanded, 0) != -1)