]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
auth: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 22 Apr 2021 08:29:14 +0000 (10:29 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 27 Apr 2021 13:24:35 +0000 (13:24 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
librpc/idl/auth.idl

index 1092935b971b01332c46e5f694333e2c0d9f5d51..7de3d4c6bfb34c60e67cd38af592bef5657bd5dc 100644 (file)
@@ -25,7 +25,7 @@ interface auth
        } auth_method;
 
        /* This is the parts of the session_info that don't change
-        * during local privilage and group manipulations */
+        * during local privilege and group manipulations */
        typedef [public] struct {
                [unique,charset(UTF8),string] char *account_name;
                [unique,charset(UTF8),string] char *user_principal_name;