From dc5c33850dccb3411e93351333358c09150f826a Mon Sep 17 00:00:00 2001 From: Gigi Date: Tue, 1 Oct 2019 08:36:30 -0700 Subject: [PATCH] Fix typo in a comment "there" -> "their" --- cassandra/image/files/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cassandra/image/files/run.sh b/cassandra/image/files/run.sh index 4f7ae651..b1b97d98 100755 --- a/cassandra/image/files/run.sh +++ b/cassandra/image/files/run.sh @@ -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}"