Merge pull request #660 from dumbasPL/patch-1

Fix spelling
This commit is contained in:
DavidXanatos 2021-03-11 12:30:21 +01:00 committed by GitHub
commit 27edacc0aa
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)