diff --git a/benchmark-framework/src/main/java/io/openmessaging/benchmark/utils/distributor/KeyDistributorType.java b/benchmark-framework/src/main/java/io/openmessaging/benchmark/utils/distributor/KeyDistributorType.java index 3cb1cf1c0..228068ec0 100644 --- a/benchmark-framework/src/main/java/io/openmessaging/benchmark/utils/distributor/KeyDistributorType.java +++ b/benchmark-framework/src/main/java/io/openmessaging/benchmark/utils/distributor/KeyDistributorType.java @@ -34,7 +34,7 @@ public enum KeyDistributorType { @JsonEnumDefaultValue NO_KEY, - /** Genarate a finite number of "keys" and cycle through them in round-robin fashion. */ + /** Generate a finite number of "keys" and cycle through them in round-robin fashion. */ KEY_ROUND_ROBIN, /** Random distribution based on System.nanoTime(). */