Skip to content

Commit

Permalink
source4/dsdb/schema/schema_convert_to_ol.c: Fix typo in comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Karolin Seeger <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
  • Loading branch information
kseeger authored and jrasamba committed May 16, 2013
1 parent 7a06a93 commit b07d97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source4/dsdb/schema/schema_convert_to_ol.c
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit b07d97d

Please sign in to comment.