mirror of https://github.com/OpenVPN/openvpn-gui
Fix typo in debug message
parent
c51fd4450d
commit
5a3d8ba1b5
2
main.c
2
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);
|
||||
|
|
Loading…
Reference in New Issue