From 73e1eff683d92427ef81ede2ae2b1ec76737263f Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Mon, 30 Jun 2014 14:41:36 -0500 Subject: [PATCH] typo --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9fbcd9a243..bc44f26094 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,7 +3,7 @@ 1.2.17 * cqlsh: Fix CompositeType columns in DESCRIBE TABLE output (CASSANDRA-7399) - * Expose global ColmunFamily metrics (CASSANDRA-7273) + * Expose global ColumnFamily metrics (CASSANDRA-7273) * Handle possible integer overflow in FastByteArrayOutputStream (CASSANDRA-7373) * cqlsh: 'ascii' values weren't formatted as text (CASSANDRA-7407) * cqlsh: ignore .cassandra permission errors (CASSANDRA-7266)