You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2013/08/26 17:45:18 UTC

git commit: Fix typo

Updated Branches:
  refs/heads/cassandra-1.2 02d9238e2 -> 775dcbb50


Fix typo


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/775dcbb5
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/775dcbb5
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/775dcbb5

Branch: refs/heads/cassandra-1.2
Commit: 775dcbb50d99543f87f724e9f1cdb7a7f83554e2
Parents: 02d9238
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Mon Aug 26 17:39:38 2013 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Mon Aug 26 17:39:38 2013 +0200

----------------------------------------------------------------------
 conf/cassandra.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/775dcbb5/conf/cassandra.yaml
----------------------------------------------------------------------
diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml
index 28c43ba..d52f2e8 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