From 2d590741cd3340ef1c91e4f410b665845c2e2cd6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 02:21:50 +0000 Subject: [PATCH] spelling: account --- src/Cedar/Client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cedar/Client.c b/src/Cedar/Client.c index a5eaaf2c..db452c90 100644 --- a/src/Cedar/Client.c +++ b/src/Cedar/Client.c @@ -3377,7 +3377,7 @@ UINT CcEnumAccount(REMOTE_CLIENT *r, RPC_CLIENT_ENUM_ACCOUNT *e) return err; } -// Unset the startup flag of the accout +// Unset the startup flag of the account UINT CcRemoveStartupAccount(REMOTE_CLIENT *r, RPC_CLIENT_DELETE_ACCOUNT *a) { PACK *ret, *p;