s4:registry:testsuite: fix use of non-existent word (existant)
authorMichael Adam <obnox@samba.org>
Mon, 11 Jun 2012 15:51:05 +0000 (17:51 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 12 Jun 2012 05:21:44 +0000 (07:21 +0200)
source4/lib/registry/tests/hive.c

index c5632b882b2697e2a8f4aa7633e74d8bf730c67c..2bc2e57b687f4b38bc72349c6e5030f14c567d12 100644 (file)
@@ -29,7 +29,7 @@
 #include "libcli/security/security.h"
 #include "lib/registry/tests/proto.h"
 
-static bool test_del_nonexistant_key(struct torture_context *tctx,
+static bool test_del_nonexistent_key(struct torture_context *tctx,
                                     const void *test_data)
 {
        const struct hive_key *root = (const struct hive_key *)test_data;
@@ -346,8 +346,8 @@ static bool test_hive_security(struct torture_context *tctx, const void *_data)
 
 static void tcase_add_tests(struct torture_tcase *tcase)
 {
-       torture_tcase_add_simple_test_const(tcase, "del_nonexistant_key",
-                                               test_del_nonexistant_key);
+       torture_tcase_add_simple_test_const(tcase, "del_nonexistent_key",
+                                               test_del_nonexistent_key);
        torture_tcase_add_simple_test_const(tcase, "add_subkey",
                                                test_add_subkey);
        torture_tcase_add_simple_test(tcase, "flush_key",