summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-10-29 18:14:17 +0100
committerMichael Adam <obnox@samba.org>2014-10-30 20:25:04 +0100
commit594ffeedfc1e51e8ce7495f762c4e3fd50287af6 (patch)
treef42a0ccff5d2f65a063d7d4b2ee8a7f1d146c498
parent331f9805ea6743ab130af719733cf51b3ddf12fb (diff)
downloadsamba-594ffeedfc1e51e8ce7495f762c4e3fd50287af6.tar.gz
samba-594ffeedfc1e51e8ce7495f762c4e3fd50287af6.tar.xz
samba-594ffeedfc1e51e8ce7495f762c4e3fd50287af6.zip
s3:loadparm: fix a comment typo
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
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);