From: John Napiorkowski Date: Thu, 25 Nov 2010 02:29:26 +0000 (-0500) Subject: typo correction X-Git-Tag: v0.005~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=950d88296fd5e69f70aac5cf049fc0b9648c3ed3 typo correction --- diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index 86a9cbd..4952730 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -492,7 +492,7 @@ It creates and returns a special dispatcher that always matches, and instead of continuing dispatch re-delegates it to the start of the dispatch process, but with the path of the request altered to the supplied URL. -Thus if you receive a POST to '/some/url' and return a redipstch to +Thus if you receive a POST to '/some/url' and return a redispatch to '/other/url', the dispatch behaviour will be exactly as if the same POST request had been made to '/other/url' instead.