From 0dbb0d0a286fe1d56fd543d381a0d294935863f2 Mon Sep 17 00:00:00 2001 From: offhub <6871698+offhub@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:24:45 +0300 Subject: [PATCH] Typo proc.c [skip ci] --- Sandboxie/core/dll/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sandboxie/core/dll/proc.c b/Sandboxie/core/dll/proc.c index d949a27d..621ef24b 100644 --- a/Sandboxie/core/dll/proc.c +++ b/Sandboxie/core/dll/proc.c @@ -1310,7 +1310,7 @@ _FX BOOL Proc_CreateProcessInternalW( // // Explorer does not use ShellExecuteExW, so for explorer we set BreakoutDocumentProcess=explorer.exe,y - // in the Tempaltes.ini and check whenever explorer wants to start a process + // in the Templates.ini and check whenever explorer wants to start a process // if (lpCommandLine && Config_GetSettingsForImageName_bool(L"BreakoutDocumentProcess", FALSE))