From 594ffeedfc1e51e8ce7495f762c4e3fd50287af6 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 29 Oct 2014 18:14:17 +0100 Subject: s3:loadparm: fix a comment typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Adam Reviewed-by: Ralph Böhme --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 52ffbccd3c..f68c001f46 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -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); -- cgit