From fda6818978a9bec429a3ee6f19437f7ef0bb494d Mon Sep 17 00:00:00 2001 From: Fredrik Wendt Date: Thu, 12 Apr 2012 11:51:22 +0300 Subject: [PATCH] fixed spelling typo --- src/man/pummel.1.ronn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/man/pummel.1.ronn b/src/man/pummel.1.ronn index 813e952..ab280c1 100644 --- a/src/man/pummel.1.ronn +++ b/src/man/pummel.1.ronn @@ -82,7 +82,7 @@ concurrency limit to stop at, default is 2147483647 Expression used to calculate the next concurrency level. The default is `c + 1` which increments the concurrency level by 1. It accepts either an [MVEL Expression](http://mvel.codehaus.org/) or - [Clojure fucntion](http://clojure.org/) function. In the MVEL case + [Clojure function](http://clojure.org/) function. In the MVEL case the input level is contained in a variable named `c`, in the clojure case it will be the lone argument to the function.