summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2013-05-15 18:23:49 +0200
committerJeremy Allison <jra@samba.org>2013-05-15 21:04:42 -0700
commitb07d97d7f5ab61da1cc5d228561230705ab32052 (patch)
tree35d61b3c949a29c80d8d1b9f7629f3ab23e648cf /source4/dsdb/schema
parent7a06a93fdf7544dfa013a5f20d4eb6017ea345ee (diff)
downloadsamba-b07d97d7f5ab61da1cc5d228561230705ab32052.tar.gz
samba-b07d97d7f5ab61da1cc5d228561230705ab32052.tar.bz2
samba-b07d97d7f5ab61da1cc5d228561230705ab32052.zip
source4/dsdb/schema/schema_convert_to_ol.c: Fix typo in comment.
Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/dsdb/schema')
-rw-r--r--source4/dsdb/schema/schema_convert_to_ol.c2
1 files changed, 1 insertions, 1 deletions
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');