summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-04-22 10:29:14 +0200
committerAndreas Schneider <asn@cryptomilk.org>2021-04-27 13:24:35 +0000
commit117f00158afe74e8e1abf1a0a637cebc2738c36d (patch)
tree6e83ebc7f9797603b2408c54a758b527a1b0d76a /librpc
parenta01f680e43a4aade9fde9bf83842647a3f9f708c (diff)
downloadsamba-117f00158afe74e8e1abf1a0a637cebc2738c36d.tar.gz
auth: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/auth.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/auth.idl b/librpc/idl/auth.idl
index 1092935b971..7de3d4c6bfb 100644
--- a/librpc/idl/auth.idl
+++ b/librpc/idl/auth.idl
@@ -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;