From 535137494b12abbf6d65e27f8f8d09c4ba8a76b4 Mon Sep 17 00:00:00 2001 From: Yang Guo <100583615+gyang94@users.noreply.github.com> Date: Sat, 28 Feb 2026 10:29:46 +0800 Subject: [PATCH] fix typo --- .../benchmark/utils/distributor/KeyDistributorType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(). */