spelling: messages

This commit is contained in:
Josh Soref 2019-02-12 00:14:01 -05:00
parent d741ee8630
commit 41d90889f9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
%% is itself blocked - thus the only processes that need to check %% is itself blocked - thus the only processes that need to check
%% blocked/0 are ones that read from network sockets. %% blocked/0 are ones that read from network sockets.
%% %%
%% Credit flows left to right when process send messags down the %% Credit flows left to right when process send messages down the
%% chain, starting at the rabbit_reader, ending at the msg_store: %% chain, starting at the rabbit_reader, ending at the msg_store:
%% reader -> channel -> queue_process -> msg_store. %% reader -> channel -> queue_process -> msg_store.
%% %%