From e4504b083688e623670026ec8b87c4298121d149 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 14 Nov 2009 01:23:05 +0100 Subject: [PATCH] s3:fix a comment typo Michael (cherry picked from commit 160787dde879148d9c6018ba0f9ca5eee527537f) --- source3/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 118f41c35b0..8167a80a4fa 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 **/ -- 2.11.4.GIT