mirror of https://github.com/apache/cassandra
fix OperationType.UNKNOWN compaction message spelling
This commit is contained in:
parent
822bda77ab
commit
868e7eb3c8
|
|
@ -31,7 +31,7 @@ public enum OperationType
|
|||
SCRUB("Scrub"),
|
||||
UPGRADE_SSTABLES("Upgrade sstables"),
|
||||
INDEX_BUILD("Secondary index build"),
|
||||
UNKNOWN("Unkown compaction type");
|
||||
UNKNOWN("Unknown compaction type");
|
||||
|
||||
private final String type;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue