Repository: cassandra Updated Branches: refs/heads/cassandra-2.1.0 70c72b7ec -> ff992442a
Fix typo in v3 native protocol spec Patch by Robert Stupp; review by Tyler Hobbs for CASSANDRA-7652 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ff992442 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ff992442 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/ff992442 Branch: refs/heads/cassandra-2.1.0 Commit: ff992442acd4af5ba039d433ffbedf859b4fde52 Parents: 70c72b7 Author: Tyler Hobbs <ty...@datastax.com> Authored: Wed Jul 30 17:13:10 2014 -0500 Committer: Tyler Hobbs <ty...@datastax.com> Committed: Wed Jul 30 17:13:10 2014 -0500 ---------------------------------------------------------------------- doc/native_protocol_v3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/ff992442/doc/native_protocol_v3.spec ---------------------------------------------------------------------- diff --git a/doc/native_protocol_v3.spec b/doc/native_protocol_v3.spec index c26feeb..13b6ac6 100644 --- a/doc/native_protocol_v3.spec +++ b/doc/native_protocol_v3.spec @@ -446,7 +446,7 @@ Table of Contents Indicates an error processing a request. The body of the message will be an error code ([int]) followed by a [string] error message. Then, depending on the exception, more content may follow. The error codes are defined in - Section 8, along with their additional content if any. + Section 9, along with their additional content if any. 4.2.2. READY