From 99dede8d3d8628e29de22739496d71d2afb8124f Mon Sep 17 00:00:00 2001 From: nezu <29180158+dumbasPL@users.noreply.github.com> Date: Tue, 9 Mar 2021 20:51:24 +0100 Subject: [PATCH] Fix spelling found by accident ;) --- Sandboxie/apps/start/start.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sandboxie/apps/start/start.cpp b/Sandboxie/apps/start/start.cpp index 53c96c40..62b95f70 100644 --- a/Sandboxie/apps/start/start.cpp +++ b/Sandboxie/apps/start/start.cpp @@ -927,7 +927,7 @@ int Program_Start(void) 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)