summaryrefslogtreecommitdiff
path: root/cherrypy/lib/encoding.py
diff options
context:
space:
mode:
Diffstat (limited to 'cherrypy/lib/encoding.py')
-rw-r--r--cherrypy/lib/encoding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/lib/encoding.py b/cherrypy/lib/encoding.py
index e47acd61..f567bc04 100644
--- a/cherrypy/lib/encoding.py
+++ b/cherrypy/lib/encoding.py
@@ -103,7 +103,7 @@ def find_acceptable_charset(encoding=None, default_encoding='utf-8', errors='str
else:
raise cherrypy.HTTPError(500, failmsg % encoding)
- # Parse the Accept_Charset request header, and try to provide one
+ # Parse the Accept-Charset request header, and try to provide one
# of the requested charsets (in order of user preference).
encs = cherrypy.request.headers.elements('Accept-Charset')
if not encs: