summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 21:50:45 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:26 +0000
commita59e0ec8955e51bb6d9ca62d2636388e417c1d45 (patch)
treea010ffd0519c06e0a333eead03aa2b8588ac088d /lib
parenta12d843b2c081969ed56f76a7b0f30acf9e4aa38 (diff)
downloadsamba-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.c2
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);