diff --git a/src/Cedar/SM.c b/src/Cedar/SM.c index d94df78b..483338fb 100644 --- a/src/Cedar/SM.c +++ b/src/Cedar/SM.c @@ -3470,7 +3470,7 @@ void SmSetupDlgOnOk(HWND hWnd, SM_SETUP *s) 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")) { SmAzure(hWnd, s->s, true);