1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 20:05:08 +03:00

spelling: configure

This commit is contained in:
Josh Soref 2018-02-28 03:04:04 +00:00
parent fab2d4c805
commit 5dc203ce5b

View File

@ -3470,7 +3470,7 @@ void SmSetupDlgOnOk(HWND hWnd, SM_SETUP *s)
s->s->IPsecMessageDisplayed = true; s->s->IPsecMessageDisplayed = true;
} }
// Confgure the VPN Azure if VPN Azure feature is available // Configure the VPN Azure if VPN Azure feature is available
if (GetCapsBool(s->s->CapsList, "b_support_azure")) if (GetCapsBool(s->s->CapsList, "b_support_azure"))
{ {
SmAzure(hWnd, s->s, true); SmAzure(hWnd, s->s, true);