From 2a65e5e49fb882bb9c8d8ff5becd9efd0f688c9f Mon Sep 17 00:00:00 2001 From: cce Date: Thu, 8 Dec 2005 06:22:42 +0000 Subject: when a spelling error makes you pull your hair out --- paste/httpexceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/httpexceptions.py') diff --git a/paste/httpexceptions.py b/paste/httpexceptions.py index a0f31f0..2378b2c 100644 --- a/paste/httpexceptions.py +++ b/paste/httpexceptions.py @@ -122,7 +122,7 @@ class HTTPNotAcceptable(HTTPException): message = ('The resource could not be generated that was acceptable ' 'to your browser (content of type %(HTTP_ACCEPT)s).') -class HTTPConfict(HTTPException): +class HTTPConflict(HTTPException): code = 409 title = 'Conflict' message = ('There was a conflict when trying to complete your ' -- cgit v1.2.1