Fix a typo in Changes
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 9f1b1b1..416620d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,7 +2,7 @@
 
 5.90083 - 2014-02-16
   - Fixed typo in support for OPTIONS method matching (andre++)
-  - Stop using $env->{'plack.request.query'} as a query paring optimization
+  - Stop using $env->{'plack.request.query'} as a query parsing optimization
     since 1) it doesn't belong to us and 2) there's subtle differences in the
     way plack parses parameters and catalyst does.  This fixes a bug when you
     are using middleware that uses Plack::Request to do its thing.  This change