Skip to content

Commit f901ea2

Browse files
authored
Fix typo in comment (#12346)
1 parent 626f94f commit f901ea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/java/io/netty/util/HashedWheelTimer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public HashedWheelTimer(
300300
}
301301

302302
if (duration < MILLISECOND_NANOS) {
303-
logger.warn("Configured tickDuration {} smaller then {}, using 1ms.",
303+
logger.warn("Configured tickDuration {} smaller than {}, using 1ms.",
304304
tickDuration, MILLISECOND_NANOS);
305305
this.tickDuration = MILLISECOND_NANOS;
306306
} else {

0 commit comments

Comments
 (0)