1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Subject: Spelling
Bug: https://rt.cpan.org/Ticket/Display.html?id=69655
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=69655
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-07-02
--- a/lib/CGI/Application.pm
+++ b/lib/CGI/Application.pm
@@ -2057,7 +2057,7 @@
that contain JavaScript.
Direct testing is also easy. CGI::Application will normally print the output of it's
-run modes directly to STDOUT. This can be suppressed with an enviroment variable,
+run modes directly to STDOUT. This can be suppressed with an environment variable,
CGI_APP_RETURN_ONLY. For example:
$ENV{CGI_APP_RETURN_ONLY} = 1;
--- a/r/lib/CGI/Application/Plugin/Redirect.pm
+++ b/r/lib/CGI/Application/Plugin/Redirect.pm
@@ -85,7 +85,7 @@
will not execute. As soon as all prerun method have finished,
the redirect will happen without the runmode being executed.
-The $status paramater is optional as the CGI module will default to something
+The $status parameter is optional as the CGI module will default to something
suitable.
return $self->redirect('http://www.example.com/');
|