summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
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;
}