diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:10:38 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:10:38 -0500 |
| commit | 09910e87dbd4ef72d8ae7f28b19b796aff4b2d7e (patch) | |
| tree | 0368875a38eab0d84c41b28ca0ac1e50acde306c | |
| parent | 159e3c995b2a42833b1ec66ec1acfd3782aa8d7f (diff) | |
| download | rabbitmq-server-git-09910e87dbd4ef72d8ae7f28b19b796aff4b2d7e.tar.gz | |
spelling: include
| -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 c5315198a1..abf7622fad 100644 --- a/src/rabbit_fifo.erl +++ b/src/rabbit_fifo.erl @@ -323,7 +323,7 @@ apply(Meta, case Cons0 of #{ConsumerId := Con0} -> % need to increment metrics before completing as any snapshot - % states taken need to includ them + % states taken need to include them complete_and_checkout(Meta, MsgIds, ConsumerId, Con0, [], State); _ -> |
