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/05/22 01:05:00 UTC

git commit: Ninja-correct NEWS.txt typo (uses to -> used to)

Updated Branches:
  refs/heads/cassandra-1.2 3a51ccf2d -> d8f0ed555


Ninja-correct NEWS.txt typo (uses to -> used to)


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

Branch: refs/heads/cassandra-1.2
Commit: d8f0ed555f6fa5e94d0d5bf6b9a94eb13d5c231a
Parents: 3a51ccf
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Wed May 22 02:04:37 2013 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Wed May 22 02:04:37 2013 +0300

----------------------------------------------------------------------
 NEWS.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d8f0ed55/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 63d1e58..706cd29 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -42,7 +42,7 @@ Features
 
 Upgrading
 ---------
-    - CQL3 uses to be case-insensitive for property map key in ALTER and CREATE
+    - CQL3 used to be case-insensitive for property map key in ALTER and CREATE
       statements. In other words:
         CREATE KEYSPACE test WITH replication = { 'CLASS' : 'SimpleStrategy',
                                                   'REPLICATION_FACTOR' : '1' }