Skip to content

Commit 26dc44f

Browse files
committed
spelling: permutation
1 parent 386e6cd commit 26dc44f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rabbit_fifo.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@ enq_check_settle_duplicate_test() ->
21172117
run_snapshot_test(?FUNCTION_NAME, Commands).
21182118

21192119
run_snapshot_test(Name, Commands) ->
2120-
%% create every incremental permuation of the commands lists
2120+
%% create every incremental permutation of the commands lists
21212121
%% and run the snapshot tests against that
21222122
[begin
21232123
run_snapshot_test0(Name, C)

test/rabbit_fifo_prop_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ run_proper(Fun, Args, NumTests) ->
463463
end}])).
464464

465465
run_snapshot_test(Conf, Commands) ->
466-
%% create every incremental permuation of the commands lists
466+
%% create every incremental permutation of the commands lists
467467
%% and run the snapshot tests against that
468468
[begin
469469
% ?debugFmt("~w running command to ~w~n", [?FUNCTION_NAME, lists:last(C)]),

0 commit comments

Comments
 (0)