summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:19:16 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:19:16 -0500
commit26dc44f149e4a81a06fb7cbd2a314239a8b07b1a (patch)
tree1e331839fc933c9e0840f2e910b4e23cf5a1137f /test
parent386e6cdb4d2984110314d29a729bacc14195a9ca (diff)
downloadrabbitmq-server-git-26dc44f149e4a81a06fb7cbd2a314239a8b07b1a.tar.gz
spelling: permutation
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 c4f5690b72..d4e0a506eb 100644
--- a/test/rabbit_fifo_prop_SUITE.erl
+++ b/test/rabbit_fifo_prop_SUITE.erl
@@ -463,7 +463,7 @@ run_proper(Fun, Args, NumTests) ->
end}])).
run_snapshot_test(Conf, Commands) ->
- %% create every incremental permuation of the commands lists
+ %% create every incremental permutation of the commands lists
%% and run the snapshot tests against that
[begin
% ?debugFmt("~w running command to ~w~n", [?FUNCTION_NAME, lists:last(C)]),