s4-auth: fix a typo in a comment
authorBjörn Baumbach <bb@sernet.de>
Tue, 4 Sep 2018 12:43:33 +0000 (14:43 +0200)
committerBjörn Baumbach <bb@sernet.de>
Thu, 11 Oct 2018 08:28:17 +0000 (10:28 +0200)
Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Volker Lendecke <vl@samba.org>
source4/auth/system_session.c

index 1d238ee9c98b4dbd32907acd8694773b24778ee4..03c26a8021756abf40d4623cd33196933ff819a5 100644 (file)
@@ -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)