From 0ac3c1693c0a0576fbde27547cda472fa166a3a2 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 --- 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