From 73b888db1a504b17fcd8250073f987cd6973f49c Mon Sep 17 00:00:00 2001 From: Stefania Alborghetti Date: Wed, 12 Oct 2016 09:48:36 +0800 Subject: [PATCH] ninja: fixed typo in CHANGES.txt for CASSANDRA-12642 --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 54425faf1d..6ee2ddcda8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,7 +6,7 @@ 2.2.8 * Fix exceptions when enabling gossip on nodes that haven't joined the ring (CASSANDRA-12253) - * Fix authentication problem when invoking clqsh copy from a SOURCE command (CASSANDRA-12642) + * Fix authentication problem when invoking cqlsh copy from a SOURCE command (CASSANDRA-12642) * Decrement pending range calculator jobs counter in finally block (CASSANDRA-12554) * Add local address entry in PropertyFileSnitch (CASSANDRA-11332)