From 5a3d8ba1b5c3ce1617603bc8e362af241fee61cc Mon Sep 17 00:00:00 2001 From: Tom Mornini Date: Mon, 23 Apr 2018 16:29:11 -0700 Subject: [PATCH] Fix typo in debug message --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 21e22bf..0fbda86 100644 --- a/main.c +++ b/main.c @@ -130,7 +130,7 @@ NotifyRunningInstance() } else { - PrintDebug(L"Instance 2: Previous instance not yet ready to accept comamnds"); + PrintDebug(L"Instance 2: Previous instance not yet ready to accept commands"); exit_code = OVPN_EXITCODE_NOTREADY; } PrintDebug(L"Instance 2: Returning exit code %d", exit_code);