diff options
author | ivan <ivan> | 2009-04-27 23:06:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-04-27 23:06:08 +0000 |
commit | 6091686905d1457950805c075c41580d6ac70288 (patch) | |
tree | 7e4a4f34e744983347eff6f3d2d12da800ebd1d6 | |
parent | 470172a907f493754063645effa9b3155e9ef775 (diff) |
typo
-rw-r--r-- | FS/FS/Mason.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index a567236c9..90c865775 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -42,7 +42,7 @@ Initializes the Mason environment, loads all Freeside and RT libraries, etc. #breaks quick payment entry #http://rt.cpan.org/Public/Bug/Display.html?id=37365 die "CGI.pm v3.38 is broken, use any other version >= 3.29". - " (Debian 5.0? aptitude remove ligcgi-pm-perl)" + " (Debian 5.0? aptitude remove libcgi-pm-perl)" if $CGI::VERSION == 3.38; #use CGI::Carp qw(fatalsToBrowser); |