source4/dsdb/schema/schema_convert_to_ol.c: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Wed, 15 May 2013 16:23:49 +0000 (18:23 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 16 May 2013 04:04:42 +0000 (21:04 -0700)
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/dsdb/schema/schema_convert_to_ol.c

index 0e42f20cf0dc44b4ef3a3fea56c0548e004abf4b..71a417ed8437c7d14e865a7b3a99a2481d251520 100644 (file)
@@ -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');