Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 384de4b85 -> ba95a68ab
trivial typos in changes.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ba95a68a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ba95a68a Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/ba95a68a Branch: refs/heads/cassandra-2.0 Commit: ba95a68ab7fa621630a8daedf328977ef613cd40 Parents: 384de4b Author: Dave Brosius <dbros...@mebigfatguy.com> Authored: Fri Apr 18 19:51:00 2014 -0400 Committer: Dave Brosius <dbros...@mebigfatguy.com> Committed: Fri Apr 18 19:51:00 2014 -0400 ---------------------------------------------------------------------- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/ba95a68a/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index ad26f6d..e02e9b2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -44,7 +44,7 @@ Merged from 1.2: * Add QueryHandler interface (CASSANDRA-6659) * Track liveRatio per-memtable, not per-CF (CASSANDRA-6945) * Make sure upgradesstables keeps sstable level (CASSANDRA-6958) - * Fix LIMT with static columns (CASSANDRA-6956) + * Fix LIMIT with static columns (CASSANDRA-6956) * Fix clash with CQL column name in thrift validation (CASSANDRA-6892) * Fix error with super columns in mixed 1.2-2.0 clusters (CASSANDRA-6966) * Fix bad skip of sstables on slice query with composite start/finish (CASSANDRA-6825) @@ -58,7 +58,7 @@ Merged from 1.2: * Add UNLOGGED, COUNTER options to BATCH documentation (CASSANDRA-6816) * add extra SSL cipher suites (CASSANDRA-6613) * fix nodetool getsstables for blob PK (CASSANDRA-6803) - * Fix BatchlogManager#deleteBatch() use of millisecond timsestamps + * Fix BatchlogManager#deleteBatch() use of millisecond timestamps (CASSANDRA-6822) * Continue assassinating even if the endpoint vanishes (CASSANDRA-6787) * Schedule schema pulls on change (CASSANDRA-6971)