diff options
author | Mathieu Parent <math.parent@gmail.com> | 2019-08-29 21:50:45 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-09-01 22:21:26 +0000 |
commit | a59e0ec8955e51bb6d9ca62d2636388e417c1d45 (patch) | |
tree | a010ffd0519c06e0a333eead03aa2b8588ac088d /lib | |
parent | a12d843b2c081969ed56f76a7b0f30acf9e4aa38 (diff) | |
download | samba-a59e0ec8955e51bb6d9ca62d2636388e417c1d45.tar.gz |
Spelling fixes s/hierachy/hierarchy/
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/tests/tfork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/tests/tfork.c b/lib/util/tests/tfork.c index 22684e6ea9a..0b87f48de28 100644 --- a/lib/util/tests/tfork.c +++ b/lib/util/tests/tfork.c @@ -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); |