From e2bee41f02efda7ffbfb573c259dd57ab5a72710 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 19 Sep 2014 09:22:20 +0100 Subject: [PATCH] Spelling mistake --- .../java/org/springframework/retry/annotation/Retryable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/retry/annotation/Retryable.java b/src/main/java/org/springframework/retry/annotation/Retryable.java index 990e129..b9a40f8 100644 --- a/src/main/java/org/springframework/retry/annotation/Retryable.java +++ b/src/main/java/org/springframework/retry/annotation/Retryable.java @@ -79,7 +79,7 @@ public @interface Retryable { int maxAttempts() default 3; /** - * Specify the backof properties for retrying this operation. The default is + * Specify the backoff properties for retrying this operation. The default is * no backoff, but it can be a good idea to pause between attempts (even at * the cost of blocking a thread). * @return a backoff specification