summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),