Fixed a very minor spelling mistake. Please enter the commit message for your changes. Lines starting
(cherry picked from commit df2cd6c0cb19beb4d74690581005f9cb662cb856) Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9b36ff18 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9b36ff18 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/9b36ff18 Branch: refs/heads/0.9.x Commit: 9b36ff188cf6bbd7a841bb934651df10b4f8c5fe Parents: 1aaf9e2 Author: Rajith Attapattu <[email protected]> Authored: Wed Mar 25 10:12:08 2015 -0400 Committer: Robert Gemmell <[email protected]> Committed: Mon Apr 27 15:12:49 2015 +0100 ---------------------------------------------------------------------- proton-c/bindings/python/docs/source/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/9b36ff18/proton-c/bindings/python/docs/source/overview.rst ---------------------------------------------------------------------- diff --git a/proton-c/bindings/python/docs/source/overview.rst b/proton-c/bindings/python/docs/source/overview.rst index 7aa2f48..077c3de 100644 --- a/proton-c/bindings/python/docs/source/overview.rst +++ b/proton-c/bindings/python/docs/source/overview.rst @@ -8,7 +8,7 @@ An overview of the model Messages are transferred between connected peers over 'links'. At the sending peer the link is called a sender. At the receiving peer it is -a receiver. Messages are sent by senders and receiver by receivers. +a receiver. Messages are sent by senders and received by receivers. Links are established over sessions. Sessions are established over connections. Connections are (generally) established between two --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
