Spelling fixes s/nonexistant/nonexistent/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 19:53:27 +0000 (21:53 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:26 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source4/torture/ldb/ldb.c

index ad544beabe6d838e53119ff5b990efd70d5f653b..95232d4923caefdedb436fde75dbe37317865c56 100644 (file)
@@ -1633,7 +1633,7 @@ static bool torture_ldb_unpack_and_filter(struct torture_context *torture,
        struct ldb_val data = *discard_const_p(struct ldb_val, data_p);
        struct ldb_message *unpack_msg = ldb_msg_new(mem_ctx);
        struct ldb_message *msg = ldb_msg_new(mem_ctx);
-       const char *lookup_names[] = {"instanceType", "nonexistant",
+       const char *lookup_names[] = {"instanceType", "nonexistent",
                                      "whenChanged", "objectClass",
                                      "uSNCreated", "showInAdvancedViewOnly",
                                      "name", "cnNotHere", NULL};