Changelog typo
Tomas Doran [Sun, 22 Jan 2012 10:52:19 +0000 (10:52 +0000)]
Changes

diff --git a/Changes b/Changes
index f49080e..58e7721 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
  New features and refactoring:
-  - Much of the Catalyst::Engine code has been moved into Catalyst::Reqiest
+  - Much of the Catalyst::Engine code has been moved into Catalyst::Request
     and Catalyst::Response, to be able to better support asynchronous web
     servers such as Twiggy, by making the application engine more reenterant.