From: Michael Adam Date: Mon, 16 Nov 2009 10:01:53 +0000 (+0100) Subject: s3:pdb_ldap: fix a comment typo X-Git-Tag: tdb-1.2.0~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=557535302c260a2f6102411d7d884eb0f83696c7;p=thirdparty%2Fsamba.git s3:pdb_ldap: fix a comment typo Michael --- diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 401bf95ba1b..90ac8e5ffa7 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -5071,7 +5071,7 @@ static bool ldapsam_uid_to_sid(struct pdb_methods *methods, uid_t uid, /* - * The following functions is called only if + * The following functions are called only if * ldapsam:trusted and ldapsam:editposix are * set to true */