diff options
author | Mathieu Parent <math.parent@gmail.com> | 2018-05-04 22:22:46 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-05-12 02:09:27 +0200 |
commit | 8ed2873400ffa10ed1abd745faa54a0fa8029a40 (patch) | |
tree | 972131ad483e95d1626eb43ed90a7c352511d0be /source4/torture/raw/notify.c | |
parent | 6fa770fd546c87e588d75cc143be2b20f59f5602 (diff) | |
download | samba-8ed2873400ffa10ed1abd745faa54a0fa8029a40.tar.gz |
Fix spelling s/propogate/propagate/
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source4/torture/raw/notify.c')
-rw-r--r-- | source4/torture/raw/notify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/raw/notify.c b/source4/torture/raw/notify.c index fdb5771bf3d..afb4a8eb5f2 100644 --- a/source4/torture/raw/notify.c +++ b/source4/torture/raw/notify.c @@ -1462,7 +1462,7 @@ static bool test_notify_tree(struct torture_context *tctx, talloc_free(path); } - /* give a bit of time for the events to propogate */ + /* give a bit of time for the events to propagate */ tv = timeval_current(); do { @@ -1485,7 +1485,7 @@ static bool test_notify_tree(struct torture_context *tctx, } } while (!all_done && timeval_elapsed(&tv) < 20); - torture_comment(tctx, "took %.4f seconds to propogate all events\n", timeval_elapsed(&tv)); + torture_comment(tctx, "took %.4f seconds to propagate all events\n", timeval_elapsed(&tv)); for (i=0;i<ARRAY_SIZE(dirs);i++) { torture_assert_int_equal_goto(tctx, |