From b07d97d7f5ab61da1cc5d228561230705ab32052 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 15 May 2013 18:23:49 +0200 Subject: source4/dsdb/schema/schema_convert_to_ol.c: Fix typo in comment. Signed-off-by: Karolin Seeger Reviewed-by: Jeremy Allison --- source4/dsdb/schema/schema_convert_to_ol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/dsdb/schema/schema_convert_to_ol.c b/source4/dsdb/schema/schema_convert_to_ol.c index 0e42f20cf0..71a417ed84 100644 --- a/source4/dsdb/schema/schema_convert_to_ol.c +++ b/source4/dsdb/schema/schema_convert_to_ol.c @@ -209,7 +209,7 @@ char *dsdb_convert_schema_to_openldap(struct ldb_context *ldb, char *target_str, return NULL; } - /* The mappings are line-seperated, and specify details such as OIDs to skip etc */ + /* The mappings are line-separated, and specify details such as OIDs to skip etc */ while (1) { line = next_line; next_line = strchr(line, '\n'); -- cgit