diff options
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 118f41c35b..8167a80a4f 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -2167,7 +2167,7 @@ bool make_auth_methods(struct auth_context *auth_context, auth_methods **auth_me * Verify whether or not given domain is trusted. * * @param domain_name name of the domain to be verified - * @return true if domain is one of the trusted once or + * @return true if domain is one of the trusted ones or * false if otherwise **/ |