From 775dcbb50d99543f87f724e9f1cdb7a7f83554e2 Mon Sep 17 00:00:00 2001 From: Sylvain Lebresne Date: Mon, 26 Aug 2013 17:39:38 +0200 Subject: [PATCH] Fix typo --- conf/cassandra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 28c43ba3ce..d52f2e87b6 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -343,7 +343,7 @@ native_transport_port: 9042 # transport is used. They are similar to rpc_min_threads and rpc_max_threads, # though the defaults differ slightly. # NOTE: native_transport_min_threads is now deprecated and ignored (but kept -# in the 1.2.x serie for compatibility sake). +# in the 1.2.x series for compatibility sake). # native_transport_min_threads: 16 # native_transport_max_threads: 128