From 849d4641eb9fb69081f22e84916a1c33f13639bc Mon Sep 17 00:00:00 2001 From: ikreb7 Date: Tue, 24 Mar 2020 21:28:13 +0100 Subject: [PATCH] fix typo --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index fbbcd87..addd2dc 100644 --- a/options.c +++ b/options.c @@ -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;