diff options
| -rw-r--r-- | src/rabbit_msg_store.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_msg_store.erl b/src/rabbit_msg_store.erl index 0b8ae74e98..33e741344e 100644 --- a/src/rabbit_msg_store.erl +++ b/src/rabbit_msg_store.erl @@ -735,7 +735,7 @@ handle_cast({write, CRef, Guid}, write_message(Guid, Msg, State1); {false_if_increment, [#file_summary { locked = true }]} -> %% The msg for Guid is older than the client death - %% message, butas it is being GC'd currently, + %% message, but as it is being GC'd currently, %% we'll have to write a new copy, which will then %% be younger, so ignore this write. noreply(State1); |
