Fix typo in debug message

pull/248/head
Tom Mornini 2018-04-23 16:29:11 -07:00 committed by GitHub
parent c51fd4450d
commit 5a3d8ba1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
main.c
View File

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