]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Spelling fixes s/hierachy/hierarchy/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 19:50:45 +0000 (21:50 +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>
lib/util/tests/tfork.c
source3/libsmb/cliconnect.c
source3/script/tests/test_smbclient_tarmode.pl

index 22684e6ea9ad89aeb4cbf5ddf6679f592f6686b0..0b87f48de288b453daa840a658f9d4f0293f91ee 100644 (file)
@@ -267,7 +267,7 @@ static bool test_tfork_process_hierarchy(struct torture_context *tctx)
 
                ret = sscanf(line, "%d", &ppid);
                torture_assert_goto(tctx, ret == 1, ok, child_fail, "sscanf failed\n");
-               torture_assert_goto(tctx, ppid == pid, ok, child_fail, "process hierachy not rooted at caller\n");
+               torture_assert_goto(tctx, ppid == pid, ok, child_fail, "process hierarchy not rooted at caller\n");
 
                _exit(0);
 
index 3a116b6c7e6a613cfa8d0b4092d82c2d34f94b30..8d2bd0dcea172f429b84ac09bc289d287e4221d6 100644 (file)
@@ -1425,7 +1425,7 @@ static void cli_session_setup_creds_cleanup(struct tevent_req *req,
         * We only call data_blob_clear() as
         * some of the blobs point to the same memory.
         *
-        * We let the talloc hierachy free the memory.
+        * We let the talloc hierarchy free the memory.
         */
        data_blob_clear(&state->apassword_blob);
        data_blob_clear(&state->upassword_blob);
index 29cea992ea0bf34c3fc59f2cc9b75ad53a2b2746..877eec45cc889eeaee40e5ed94a3e850964a2fb4 100755 (executable)
@@ -1511,7 +1511,7 @@ sub DESTROY {
 
 =head4 C<< File::walk( sub { ... }, @files) >>
 
-Iterate on file hierachy in C<@files> and return accumulated results.
+Iterate on file hierarchy in C<@files> and return accumulated results.
 
 Use C<$_> in the sub to access the current C<File>.