From 5dc203ce5b6503dc868d23791d922569f7c38fad Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 03:04:04 +0000 Subject: [PATCH] spelling: configure --- src/Cedar/SM.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);