diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-01-11 08:00:02 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-01-11 08:00:02 +0000 |
| commit | 37fe2a238fbde730b0e116ec6ef6b278beeb2a67 (patch) | |
| tree | d77e2abfa1196686914b6ac9aa464ac57d175c00 /src | |
| parent | 58a3c2de2a4e27090c626d464e0485d7b91c3b18 (diff) | |
| download | rabbitmq-server-git-37fe2a238fbde730b0e116ec6ef6b278beeb2a67.tar.gz | |
fix typo
Diffstat (limited to 'src')
| -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); |
