summaryrefslogtreecommitdiff
path: root/src
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 /src
parent386e6cdb4d2984110314d29a729bacc14195a9ca (diff)
downloadrabbitmq-server-git-26dc44f149e4a81a06fb7cbd2a314239a8b07b1a.tar.gz
spelling: permutation
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_fifo.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_fifo.erl b/src/rabbit_fifo.erl
index 3b6af2401f..462622549a 100644
--- a/src/rabbit_fifo.erl
+++ b/src/rabbit_fifo.erl
@@ -2117,7 +2117,7 @@ enq_check_settle_duplicate_test() ->
run_snapshot_test(?FUNCTION_NAME, Commands).
run_snapshot_test(Name, 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
run_snapshot_test0(Name, C)