s3:loadparm: fix a comment typo
authorMichael Adam <obnox@samba.org>
Wed, 29 Oct 2014 17:14:17 +0000 (18:14 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 30 Oct 2014 19:25:04 +0000 (20:25 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
source3/param/loadparm.c

index 52ffbccd3c67a09388ef5f2f716edce3229405e1..f68c001f46eb3144db1e961146d4a7c71362c561 100644 (file)
@@ -3954,7 +3954,7 @@ int lp_servicenumber(const char *pszServiceName)
        for (iService = iNumServices - 1; iService >= 0; iService--) {
                if (VALID(iService) && ServicePtrs[iService]->szService) {
                        /*
-                        * The substitution here is used to support %U is
+                        * The substitution here is used to support %U in
                         * service names
                         */
                        fstrcpy(serviceName, ServicePtrs[iService]->szService);