From 5994819a77faad02bd5d57f57a2174a20c91a302 Mon Sep 17 00:00:00 2001 From: Andrey Kaygorodov Date: Tue, 17 Nov 2015 10:57:57 +0600 Subject: [PATCH] fix a typo --- cassandra/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cassandra/content.md b/cassandra/content.md index cc3038f86..ab8300ccd 100644 --- a/cassandra/content.md +++ b/cassandra/content.md @@ -92,7 +92,7 @@ This variable is for controlling which IP address to listen for incoming connect ### `CASSANDRA_BROADCAST_ADDRESS` -This variable is for controlling which IP address to advertise to other nodes. The default value is the velue of `CASSANDRA_LISTEN_ADDRESS`. It will set the [`broadcast_address`](http://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/configCassandra_yaml.html?scroll=configCassandra_yaml__broadcast_address) and [`broadcast_rpc_address`](http://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/configCassandra_yaml.html?scroll=configCassandra_yaml__broadcast_rpc_address) options in `cassandra.yaml`. +This variable is for controlling which IP address to advertise to other nodes. The default value is the value of `CASSANDRA_LISTEN_ADDRESS`. It will set the [`broadcast_address`](http://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/configCassandra_yaml.html?scroll=configCassandra_yaml__broadcast_address) and [`broadcast_rpc_address`](http://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/configCassandra_yaml.html?scroll=configCassandra_yaml__broadcast_rpc_address) options in `cassandra.yaml`. ### `CASSANDRA_RPC_ADDRESS`