ninja: fixed typo in CHANGES.txt for CASSANDRA-12642
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/73b888db Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/73b888db Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/73b888db Branch: refs/heads/trunk Commit: 73b888db1a504b17fcd8250073f987cd6973f49c Parents: c5fdb32 Author: Stefania Alborghetti <[email protected]> Authored: Wed Oct 12 09:48:36 2016 +0800 Committer: Stefania Alborghetti <[email protected]> Committed: Wed Oct 12 09:48:36 2016 +0800 ---------------------------------------------------------------------- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/73b888db/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 54425fa..6ee2ddc 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)
