From 6c227aadaba8a920001e105cf7059302839dddf3 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 02:46:20 +0000 Subject: [PATCH] spelling: authentication --- src/Cedar/Account.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cedar/Account.c b/src/Cedar/Account.c index 68e94bab..9bbeaf9c 100644 --- a/src/Cedar/Account.c +++ b/src/Cedar/Account.c @@ -1180,7 +1180,7 @@ void CleanupUser(USER *u) ReleaseGroup(u->Group); } - // Free authntication data + // Free authentication data FreeAuthData(u->AuthType, u->AuthData); if (u->Policy) @@ -1194,7 +1194,7 @@ void CleanupUser(USER *u) Free(u); } -// Free authntication data +// Free authentication data void FreeAuthData(UINT authtype, void *authdata) { AUTHPASSWORD *pw = (AUTHPASSWORD *)authdata;