Merge pull request #348 from the-gigi/master

Fix typo in a comment "there" -> "their"
This commit is contained in:
Kubernetes Prow Robot 2019-10-01 11:33:34 -07:00 committed by GitHub
commit 8d0b5d6eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if [ -z "$CASSANDRA_SEEDS" ]; then
CASSANDRA_SEEDS=$(hostname -f)
fi
# The following vars relate to there counter parts in $CASSANDRA_CFG
# The following vars relate to their counter parts in $CASSANDRA_CFG
# for instance rpc_address
CASSANDRA_RPC_ADDRESS="${CASSANDRA_RPC_ADDRESS:-0.0.0.0}"
CASSANDRA_NUM_TOKENS="${CASSANDRA_NUM_TOKENS:-32}"