summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-11-14 01:23:05 +0100
committerMichael Adam <obnox@samba.org>2009-11-14 01:28:58 +0100
commit0ac3c1693c0a0576fbde27547cda472fa166a3a2 (patch)
tree0c05da0efe15cb17dabdfb72ce8d17f4a4af6509 /source3
parent2e3d9abeafebffa6ff1c7b3de80525cd5f6deb49 (diff)
downloadsamba-0ac3c1693c0a0576fbde27547cda472fa166a3a2.tar.gz
samba-0ac3c1693c0a0576fbde27547cda472fa166a3a2.tar.bz2
samba-0ac3c1693c0a0576fbde27547cda472fa166a3a2.zip
s3:fix a comment typo
Michael
Diffstat (limited to 'source3')
-rw-r--r--source3/auth/auth_util.c2
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
**/