From ada9a4976a1bbfba0020588503caa5af976cbd7a Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sun, 13 Jun 2021 19:09:47 +0200 Subject: [PATCH] Update file.c --- Sandboxie/core/drv/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sandboxie/core/drv/file.c b/Sandboxie/core/drv/file.c index 3e4dbcf5..782aeddb 100644 --- a/Sandboxie/core/drv/file.c +++ b/Sandboxie/core/drv/file.c @@ -870,8 +870,8 @@ _FX BOOLEAN File_InitProcess(PROCESS *proc) { // - // by default Close[...]=!,path includes all boxed images - // use AlwaysCloseInBox=n to disable this behavioure + // by default, Close[...]=!,path includes all boxed images + // use AlwaysCloseInBox=n to disable this behaviour // proc->always_close_for_boxed = Conf_Get_Boolean(proc->box->name, L"AlwaysCloseForBoxed", 0, TRUE);