VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2019-09-27 00:32:10 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-09-27 00:33:22 +0200
commitd8ac0f7ec7b67aaa1e477173dd86895b76546103 (patch)
treef4ba21125188e35e736d195bf782202fb83e6d69 /src/Common
parent684259b43833c0579fd03ea0c1a4215df26bb21f (diff)
downloadVeraCrypt-d8ac0f7ec7b67aaa1e477173dd86895b76546103.tar.gz
VeraCrypt-d8ac0f7ec7b67aaa1e477173dd86895b76546103.zip
Windows: fix typo in code comment
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/Dlgcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c
index 63081dd5..afa3f78f 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 user of not */
+/* Boolean that indicates if our Secure Desktop is active and being used of not */
BOOL bSecureDesktopOngoing = FALSE;
HINSTANCE hInst = NULL;