mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
Fix typo
This commit is contained in:
@@ -121,12 +121,12 @@ bool OpenVpnProtocol::start()
|
||||
}
|
||||
|
||||
if (!QFileInfo::exists(openVpnExecPath())) {
|
||||
setLastError("OpeVPN executable does not exist!");
|
||||
setLastError("OpenVPN executable does not exist!\n" + openVpnExecPath());
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!QFileInfo::exists(configPath())) {
|
||||
setLastError("OpeVPN config file does not exist!");
|
||||
setLastError("OpenVPN config file does not exist!\n" + configPath());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user