From d8ac0f7ec7b67aaa1e477173dd86895b76546103 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 27 Sep 2019 00:32:10 +0200 Subject: Windows: fix typo in code comment --- src/Common/Dlgcode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common') 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 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; -- cgit v1.2.3