s4-dsdb/samldb: Fix type "omputer" -> "computer"
[mat/samba.git] / source4 / dsdb / samdb / ldb_modules / samldb.c
index ade7c9ac5884ed1e2f61e83a22702141a2e65097..d744ca8616dc40c772b89cc5b194d164fe4033cc 100644 (file)
@@ -1855,7 +1855,7 @@ static int samldb_user_account_control_change(struct samldb_ctx *ac)
                                                     "lockoutTime", 0);
        old_is_critical = ldb_msg_find_attr_as_bool(res->msgs[0],
                                                    "isCriticalSystemObject", 0);
-       /* When we do not have objectclass "omputer" we cannot switch to a (read-only) DC */
+       /* When we do not have objectclass "computer" we cannot switch to a (read-only) DC */
        el = ldb_msg_find_element(res->msgs[0], "objectClass");
        if (el == NULL) {
                return ldb_operr(ldb);