summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-05-06 11:43:51 +0200
committerJeremy Allison <jra@samba.org>2021-06-04 16:47:34 +0000
commit5acb37fd564804cd889c37b8ec610a1c6c1ef60c (patch)
tree48eae7b39aca1feee446ead7f909f56abe575626 /nsswitch
parent7f967589ea4a87536c7eb9d60f5df00b29e03600 (diff)
downloadsamba-5acb37fd564804cd889c37b8ec610a1c6c1ef60c.tar.gz
nsswitch: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/wb_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wb_common.c b/nsswitch/wb_common.c
index 151c666cf53..45c1969acc2 100644
--- a/nsswitch/wb_common.c
+++ b/nsswitch/wb_common.c
@@ -259,7 +259,7 @@ static int make_safe_fd(int fd)
/**
* @internal
*
- * @brief Check if we talk to the priviliged pipe which should be owned by root.
+ * @brief Check if we talk to the privileged pipe which should be owned by root.
*
* This checks if we have uid_wrapper running and if this is the case it will
* allow one to connect to the winbind privileged pipe even it is not owned by root.