Skip to content

Commit

Permalink
Merge pull request kubernetes#348 from the-gigi/master
Browse files Browse the repository at this point in the history
Fix typo in a comment "there" -> "their"
  • Loading branch information
k8s-ci-robot authored Oct 1, 2019
2 parents 1543966 + dc5c338 commit 8d0b5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cassandra/image/files/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 8d0b5d6

Please sign in to comment.