This commit is contained in:
Trustin Lee 2009-01-20 12:32:20 +00:00
parent 700c21d563
commit b4b0413071

View File

@ -94,7 +94,7 @@ public class HashedWheelTimer implements Timer {
}
if (ticksPerWheel <= 0) {
throw new IllegalArgumentException(
"ticksPerWheel must be greated than 0: " + ticksPerWheel);
"ticksPerWheel must be greater than 0: " + ticksPerWheel);
}
// Normalize ticksPerWheel to power of two and initialize the wheel.