summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Eval/Closure.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Eval/Closure.pm b/lib/Eval/Closure.pm
index cc2602d..854ab2d 100644
--- a/lib/Eval/Closure.pm
+++ b/lib/Eval/Closure.pm
@@ -79,7 +79,7 @@ before lexical subs were available will throw an error.
If set to true, the coderef returned closes over the variables referenced in
the environment hashref. (This feature requires L<Devel::LexAlias>.) If set to
-false, the ccoderef closes over a I<< shallow copy >> of the variables.
+false, the coderef closes over a I<< shallow copy >> of the variables.
If this argument is omitted, Eval::Closure will currently assume false, but
this assumption may change in a future version.