Fixed a typo in a comment

This commit is contained in:
Javier Eguiluz
2019-03-20 16:34:31 +01:00
committed by Dave Syer
parent 7d3ad70fa1
commit e538399d75

View File

@@ -100,7 +100,7 @@ public @interface Backoff {
String maxDelayExpression() default "";
/**
* Evaluates to a vaule used as a multiplier for generating the next delay for
* Evaluates to a value used as a multiplier for generating the next delay for
* backoff. Overrides {@link #multiplier()}.
* @return a multiplier expression to use to calculate the next backoff delay (default
* 0 = ignored)