source4/dsdb/schema/schema_convert_to_ol.c: Fix typo in comment.
[obnox/samba/samba-obnox.git] / 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');