diff options
author | ivan <ivan> | 2009-04-27 23:06:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-04-27 23:06:54 +0000 |
commit | 7b6ddb00855032c2d71456b22a3fe030f1089d7c (patch) | |
tree | a897a4ae206f7783a4ba7209b8487cf305c17ec9 | |
parent | 14ad99de9669443c9310d643707341663d55eec5 (diff) |
typo
-rw-r--r-- | htetc/handler.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index 1b3a21138..d6014b7c2 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -96,7 +96,7 @@ sub handler #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); |