From 7bafe973ec1e5cbbb043fe41d81cab5dafb509c2 Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Sat, 21 Dec 2013 08:52:04 -0500 Subject: [PATCH] typo fix --- lib/CGI/Application/Plugin/Redirect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CGI/Application/Plugin/Redirect.pm b/lib/CGI/Application/Plugin/Redirect.pm index 62f17f7..feb1d2f 100644 --- a/lib/CGI/Application/Plugin/Redirect.pm +++ b/lib/CGI/Application/Plugin/Redirect.pm @@ -85,7 +85,7 @@ current runmode will automatically be short circuited so that it 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/');