pull/352/head
ikreb7 2020-03-24 21:28:13 +01:00 committed by Selva Nair
parent b696a7c16d
commit 849d4641eb
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ add_option(options_t *options, int i, TCHAR **p)
{
TCHAR caption[200];
TCHAR msg[USAGE_BUF_SIZE];
/* We only print help and exit: release the semapahore to allow another instance */
/* We only print help and exit: release the semaphore to allow another instance */
CloseSemaphore(o.session_semaphore); /* OK to call even if semaphore is NULL */
o.session_semaphore = NULL;