summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:22:57 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:22:57 -0500
commit8e90d7a0e6fa4d7ded1d8b74e348ae9720878a1a (patch)
tree4a61f3e636edd01b346eae18c3110138b9f7dc76 /test
parenta63918b344a00873cf8602bc03a3911c894f2d1d (diff)
downloadrabbitmq-server-git-8e90d7a0e6fa4d7ded1d8b74e348ae9720878a1a.tar.gz
spelling: relevant
Diffstat (limited to 'test')
-rw-r--r--test/rabbit_fifo_prop_SUITE.erl2
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),