summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-03-30 04:01:06 +0200
committerJelmer Vernooij <jelmer@samba.org>2014-04-14 03:51:15 +0200
commite0cddcd5c44a22a36a156079f8546d3b8e7ee0c1 (patch)
treec5795a3804899b5ee7f49162444da5501dbbd726 /source4/utils
parent986e53967a84f8bcabfc333198159ef7ebe9efe0 (diff)
downloadsamba-e0cddcd5c44a22a36a156079f8546d3b8e7ee0c1.tar.gz
Typo: s/preceeded/preceded/
Caught by lintian, the Debian package linter :) Change-Id: Ia7162ea8c2b1845155345526b66d71ae64f15227 Reviewed-on: https://gerrit.samba.org/216 Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Mon Apr 14 03:51:15 CEST 2014 on sn-devel-104
Diffstat (limited to 'source4/utils')
-rw-r--r--source4/utils/oLschema2ldif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/oLschema2ldif.c b/source4/utils/oLschema2ldif.c
index 88dba015509..108c2c8ab20 100644
--- a/source4/utils/oLschema2ldif.c
+++ b/source4/utils/oLschema2ldif.c
@@ -563,7 +563,7 @@ static struct schema_conv process_file(FILE *in, FILE *out)
break;
}
if (ret2 == 2) {
- fprintf(stderr, "Invalid entry %s, closing braces needs to be preceeded by a space\n", entry);
+ fprintf(stderr, "Invalid entry %s, closing braces need to be preceded by a space\n", entry);
ret.failures++;
break;
}