You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by aw...@apache.org on 2017/11/15 21:46:53 UTC

[25/50] cassandra git commit: ninja-fix misspelled variable name

ninja-fix misspelled variable name


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

Branch: refs/heads/master
Commit: 19b6613d7c1cd220432af1157b07dbba8fd4a0bb
Parents: 2ad557d
Author: Jason Brown <ja...@gmail.com>
Authored: Tue Aug 29 08:52:25 2017 -0700
Committer: Jason Brown <ja...@gmail.com>
Committed: Tue Aug 29 08:52:25 2017 -0700

----------------------------------------------------------------------
 bootstrap_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/19b6613d/bootstrap_test.py
----------------------------------------------------------------------
diff --git a/bootstrap_test.py b/bootstrap_test.py
index 54c49c1..d29390c 100644
--- a/bootstrap_test.py
+++ b/bootstrap_test.py
@@ -150,7 +150,7 @@ class TestBootstrap(BaseBootstrapTest):
         cluster = self.cluster
         yaml_opts = {'streaming_keep_alive_period_in_secs': 2}
         if cluster.version() < '4.0':
-            yamp_opts['streaming_socket_timeout_in_ms'] = 1000
+            yaml_opts['streaming_socket_timeout_in_ms'] = 1000
         cluster.set_configuration_options(values=yaml_opts)
 
         # Create a single node cluster


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org