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);