passdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 4 Aug 2017 12:47:17 +0000 (14:47 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 13 Nov 2017 22:54:46 +0000 (23:54 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/passdb/lookup_sid.c

index b06dd1b6f724c5942424b13ef6d744208267cb87..eeaf2b720a7643a10ae8a11143ae942d7a30585b 100644 (file)
@@ -178,7 +178,7 @@ bool lookup_name(TALLOC_CTX *mem_ctx,
 
        /*
         * Finally check for a well known domain name ("NT Authority"),
-        * this is taken care if in lookup_wellknown_name().
+        * this is being taken care of in lookup_wellknown_name().
         */
        if ((domain[0] != '\0') &&
            (flags & LOOKUP_NAME_WKN) &&