diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:19:16 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:19:16 -0500 |
| commit | 26dc44f149e4a81a06fb7cbd2a314239a8b07b1a (patch) | |
| tree | 1e331839fc933c9e0840f2e910b4e23cf5a1137f /src | |
| parent | 386e6cdb4d2984110314d29a729bacc14195a9ca (diff) | |
| download | rabbitmq-server-git-26dc44f149e4a81a06fb7cbd2a314239a8b07b1a.tar.gz | |
spelling: permutation
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_fifo.erl | 2 |
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) |
