diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:22:57 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:22:57 -0500 |
| commit | 8e90d7a0e6fa4d7ded1d8b74e348ae9720878a1a (patch) | |
| tree | 4a61f3e636edd01b346eae18c3110138b9f7dc76 /test | |
| parent | a63918b344a00873cf8602bc03a3911c894f2d1d (diff) | |
| download | rabbitmq-server-git-8e90d7a0e6fa4d7ded1d8b74e348ae9720878a1a.tar.gz | |
spelling: relevant
Diffstat (limited to 'test')
| -rw-r--r-- | test/rabbit_fifo_prop_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rabbit_fifo_prop_SUITE.erl b/test/rabbit_fifo_prop_SUITE.erl index d4e0a506eb..437cd02e25 100644 --- a/test/rabbit_fifo_prop_SUITE.erl +++ b/test/rabbit_fifo_prop_SUITE.erl @@ -321,7 +321,7 @@ checkout_gen(Pid) -> }). expand(Ops) -> - %% execute each command against a rabbit_fifo state and capture all releavant + %% execute each command against a rabbit_fifo state and capture all relevant %% effects T = #t{}, #t{effects = Effs} = T1 = lists:foldl(fun handle_op/2, T, Ops), |
