diff --git a/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java b/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java index a5fd25383..9aec68590 100644 --- a/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java +++ b/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java @@ -280,7 +280,7 @@ protected int getTaskCount() { * method. If a temporary {@code ExecutorService} is used, it is destroyed * at the end of the task. * - * @param execDestory the {@code ExecutorService} to be destroyed by the + * @param execDestroy the {@code ExecutorService} to be destroyed by the * task * @return a task for the background initialization */