You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2013/06/25 23:11:16 UTC

[3/3] git commit: Ninja-fix native proto spec typo (v2)

Ninja-fix native proto spec typo (v2)


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3455f1b7
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3455f1b7
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3455f1b7

Branch: refs/heads/trunk
Commit: 3455f1b76dfcfe61d973033a8042f827b2bc90f0
Parents: 8db42fe
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Wed Jun 26 00:10:57 2013 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Wed Jun 26 00:10:57 2013 +0300

----------------------------------------------------------------------
 doc/native_protocol_v2.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/3455f1b7/doc/native_protocol_v2.spec
----------------------------------------------------------------------
diff --git a/doc/native_protocol_v2.spec b/doc/native_protocol_v2.spec
index 2cc771d..e0ac541 100644
--- a/doc/native_protocol_v2.spec
+++ b/doc/native_protocol_v2.spec
@@ -301,7 +301,7 @@ Table of Contents
   Prepare a query for later execution (through EXECUTE). The body consists of
   the CQL query to prepare as a [long string].
 
-  The server will respond with a RESULT message with a `prepared` kind (0x00003,
+  The server will respond with a RESULT message with a `prepared` kind (0x0004,
   see Section 4.2.5).