From 056bd0e6d41203ff8fa431bd588c60e4bb8b9b34 Mon Sep 17 00:00:00 2001 From: Ivan Ivaschenko Date: Sat, 20 Sep 2014 10:41:46 +0400 Subject: [PATCH] Fix typo in changelog --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 31de34ec..4ec1e54f 100644 --- a/CHANGES +++ b/CHANGES @@ -32,7 +32,7 @@ Version 1.0 different design and also replaces ``Flask-Script``. - Error handlers that match specific classes are now checked first, thereby allowing catching exceptions that are subclasses of HTTP - exceptions (in ``werkzeug.execptions``). This makes it possible + exceptions (in ``werkzeug.exceptions``). This makes it possible for an extension author to create exceptions that will by default result in the HTTP error of their choosing, but may be caught with a custom error handler if desired.