From cc16a4d6ae98e78917296a875c2a8e6ba2d7a851 Mon Sep 17 00:00:00 2001 From: Sebastian G <bastik.tor@googlemail.com> Date: Sun, 10 Mar 2024 09:04:05 +0100 Subject: [PATCH] Update file_init.c --- Sandboxie/core/dll/file_init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sandboxie/core/dll/file_init.c b/Sandboxie/core/dll/file_init.c index 3a0fab4d..a6994128 100644 --- a/Sandboxie/core/dll/file_init.c +++ b/Sandboxie/core/dll/file_init.c @@ -1,6 +1,6 @@ /* * Copyright 2004-2020 Sandboxie Holdings, LLC - * Copyright 2020-2023 David Xanatos, xanasoft.com + * Copyright 2020-2024 David Xanatos, xanasoft.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -885,7 +885,7 @@ _FX void File_InitLinks(THREAD_DATA *TlsData) // add reparse points for all mounted directories // - // This behavioure creates \[BoxRoot]\drive\{guid} fodlers + // This behaviour creates \[BoxRoot]\drive\{guid} folders // instead of using the first mount point on a volume with a letter // @@ -909,7 +909,7 @@ _FX void File_InitLinks(THREAD_DATA *TlsData) // // - // Note: this behavioure makes the first mounted directory + // Note: this behaviour makes the first mounted directory // the location in the box where all files for that volume will be located // other mount points will be redirected to this folder //