s3:fix a comment typo
authorMichael Adam <obnox@samba.org>
Sat, 14 Nov 2009 00:23:05 +0000 (01:23 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:40:56 +0000 (11:40 +0100)
Michael
(cherry picked from commit 160787dde879148d9c6018ba0f9ca5eee527537f)

source3/auth/auth_util.c

index 118f41c35b09ce9a3b9bacbf7033af44024a3cbb..8167a80a4fac9f65fd5815df2631224012409766 100644 (file)
@@ -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
  **/