Fixing javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@884487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-11-26 10:23:16 +00:00
parent 823eb10825
commit ad953dc976
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/