diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-09-27 18:22:17 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-09-27 18:23:32 +0200 |
commit | 7d88577c610b4c92817e8b539af8fb8f57cf7428 (patch) | |
tree | b3ce36491bda7d6a328d6eed088f999999b6391c /src/Common/Dlgcode.c | |
parent | d8ac0f7ec7b67aaa1e477173dd86895b76546103 (diff) | |
download | VeraCrypt-7d88577c610b4c92817e8b539af8fb8f57cf7428.tar.gz VeraCrypt-7d88577c610b4c92817e8b539af8fb8f57cf7428.zip |
Windows: fix another typo in code comment (hopefully last one!)
Diffstat (limited to 'src/Common/Dlgcode.c')
-rw-r--r-- | src/Common/Dlgcode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index afa3f78f..66a22a26 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -221,7 +221,7 @@ static std::vector<HostDevice> rawHostDeviceList; /* Critical section used to ensure that only one thread at a time can create a secure desktop */ CRITICAL_SECTION csSecureDesktop; -/* Boolean that indicates if our Secure Desktop is active and being used of not */ +/* Boolean that indicates if our Secure Desktop is active and being used or not */ BOOL bSecureDesktopOngoing = FALSE; HINSTANCE hInst = NULL; |