s4:schema_set.c - fix typo
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 3 Jul 2010 10:36:34 +0000 (12:36 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 3 Jul 2010 10:36:34 +0000 (12:36 +0200)
source4/dsdb/schema/schema_set.c

index e09d2073bb8bbd988e8d26a920f798c71da658fe..cb43111b3aa1431a1933070a1ee2d22f8b9f2b13 100644 (file)
@@ -385,7 +385,9 @@ int dsdb_set_schema(struct ldb_context *ldb, struct dsdb_schema *schema)
        if (ret != LDB_SUCCESS) {
                return ret;
        }
-       /* Remove the refernece to the schema we just overwrote - if there was none, NULL is harmless here */
+
+       /* Remove the reference to the schema we just overwrote - if there was
+        * none, NULL is harmless here */
        if (old_schema != schema) {
                talloc_unlink(ldb, old_schema);
                talloc_steal(ldb, schema);