summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_syntax.c
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamenim@samba.org>2010-08-17 04:48:24 +0300
committerKamen Mazdrashki <kamenim@samba.org>2010-08-19 03:34:02 +0300
commitfffc98f33e333b8711da053e5cd5ddcc601cd275 (patch)
tree18dc6b4a8d2c463d110a86a193e7e8690fc83afe /source4/dsdb/schema/schema_syntax.c
parentd01804dda9d1e1793f3e1d2f863c4444ed7e900c (diff)
downloadsamba-fffc98f33e333b8711da053e5cd5ddcc601cd275.tar.gz
s4: fix few comment typos
Diffstat (limited to 'source4/dsdb/schema/schema_syntax.c')
-rw-r--r--source4/dsdb/schema/schema_syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/schema/schema_syntax.c b/source4/dsdb/schema/schema_syntax.c
index 1458c2f9218..59f9ff33ae3 100644
--- a/source4/dsdb/schema/schema_syntax.c
+++ b/source4/dsdb/schema/schema_syntax.c
@@ -1223,7 +1223,7 @@ static WERROR dsdb_syntax_OID_drsuapi_to_ldb(const struct dsdb_syntax_ctx *ctx,
}
/* When we are doing the vampire of a schema, we don't want
- * the inablity to reference an OID to get in the way.
+ * the inability to reference an OID to get in the way.
* Otherwise, we won't get the new schema with which to
* understand this */
if (!W_ERROR_IS_OK(werr) && ctx->schema->relax_OID_conversions) {