From b23cdece0015cefd3b789bec98c7251754cb5c3a Mon Sep 17 00:00:00 2001 From: Peter Bortas <bortas@gmail.com> Date: Wed, 30 Mar 2016 13:02:10 +0200 Subject: [PATCH] Thread.Farm: Fix documentation typo. --- lib/modules/Thread.pmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/Thread.pmod b/lib/modules/Thread.pmod index 13be56c6e9..68d228f677 100644 --- a/lib/modules/Thread.pmod +++ b/lib/modules/Thread.pmod @@ -659,7 +659,7 @@ optional class Farm //! //! @note //! If any of the functions in @[fun_args] throws - //! and error, all of the accululated results + //! and error, all of the accumulated results //! (if any) will be dropped from the result, and //! the first backtrace be provided. //! -- GitLab