1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

nsswitch: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2021-05-06 11:43:51 +02:00 committed by Jeremy Allison
parent 7f967589ea
commit 5acb37fd56

View File

@ -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.