From: Björn Baumbach Date: Tue, 4 Sep 2018 12:43:33 +0000 (+0200) Subject: s4-auth: fix a typo in a comment X-Git-Tag: tdb-1.3.17~1339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a44be636e3f5ac02c8683ff483cbf924e8bf340;p=thirdparty%2Fsamba.git s4-auth: fix a typo in a comment Signed-off-by: Björn Baumbach Reviewed-by: Volker Lendecke --- diff --git a/source4/auth/system_session.c b/source4/auth/system_session.c index 1d238ee9c98..03c26a80217 100644 --- a/source4/auth/system_session.c +++ b/source4/auth/system_session.c @@ -41,7 +41,7 @@ static int system_session_destructor(struct auth_session_info *info) } /* Create a security token for a session SYSTEM (the most - * trusted/prvilaged account), including the local machine account as + * trusted/privileged account), including the local machine account as * the off-host credentials */ _PUBLIC_ struct auth_session_info *system_session(struct loadparm_context *lp_ctx)