mirror of https://github.com/apache/cassandra
Fix typo: Pptions -> Options
Closes #99 Patch by Gabriel Garcia; Reviewed by Jeff Jirsa for CASSANDRA-13349
This commit is contained in:
parent
5ec97afce9
commit
091e5fbe41
|
|
@ -222,7 +222,7 @@ public class SettingsSchema implements Serializable
|
|||
{
|
||||
out.println(" Keyspace: " + keyspace);
|
||||
out.println(" Replication Strategy: " + replicationStrategy);
|
||||
out.println(" Replication Strategy Pptions: " + replicationStrategyOptions);
|
||||
out.println(" Replication Strategy Options: " + replicationStrategyOptions);
|
||||
|
||||
out.println(" Table Compression: " + compression);
|
||||
out.println(" Table Compaction Strategy: " + compactionStrategy);
|
||||
|
|
|
|||
Loading…
Reference in New Issue