From bcaa1dca0b8bb47402b9e4a5d8857c1e4da4a2e0 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Tue, 31 Jan 2023 06:32:08 -0600 Subject: [PATCH] Fix typo in cassandra.yaml CASSANDRA-18209 --- conf/cassandra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 08abc620d6..3bc759461a 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -428,7 +428,7 @@ key_cache_save_period: 4h # Fully off-heap row cache implementation (default). # # org.apache.cassandra.cache.SerializingCacheProvider -# This is the row cache implementation availabile +# This is the row cache implementation available # in previous releases of Cassandra. # row_cache_class_name: org.apache.cassandra.cache.OHCProvider