From: Andrew Rodland Date: Sat, 18 Feb 2012 01:03:21 +0000 (-0500) Subject: Fix spelling X-Git-Tag: 5.90011~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d17ae380f89fffa8c458925bfd7c7b0c7be0bc96 Fix spelling --- diff --git a/lib/Catalyst/Utils.pm b/lib/Catalyst/Utils.pm index fd7b376..29bef60 100644 --- a/lib/Catalyst/Utils.pm +++ b/lib/Catalyst/Utils.pm @@ -210,7 +210,7 @@ sub home { Tries to determine if C<$path> (or cwd if not supplied) looks like a checkout. Any leading lib or blib components will be removed, then the directory produced will be checked -for the existance of a C<< dist_indicator_file_list() >>. +for the existence of a C<< dist_indicator_file_list() >>. If one is found, the directory will be returned, otherwise false.