summaryrefslogtreecommitdiff
path: root/trove/common/utils.py
diff options
context:
space:
mode:
authorwangqi <wang.qi@99cloud.net>2018-03-27 13:39:48 +0000
committerwangqi <wang.qi@99cloud.net>2018-03-27 13:40:07 +0000
commitff5b14db27d988a34d782b5eaba652b1b3e29cce (patch)
tree8a61b7688b25c7535a5dc6c5c2fe2a45c7d6b3ad /trove/common/utils.py
parent34876289174cae192280c0665c76fede47ed83d7 (diff)
downloadtrove-ff5b14db27d988a34d782b5eaba652b1b3e29cce.tar.gz
fix a typo
Change-Id: Ia7e965a0f94e61e580a4c40eda8dffd8d76d2d64
Diffstat (limited to 'trove/common/utils.py')
-rw-r--r--trove/common/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trove/common/utils.py b/trove/common/utils.py
index 029bb580..484c044e 100644
--- a/trove/common/utils.py
+++ b/trove/common/utils.py
@@ -394,7 +394,7 @@ def to_mb(bytes):
def req_to_text(req):
"""
We do a lot request logging for debug, but if the value of one
- requst header is encoded in utf-8, an UnicodeEncodeError will
+ request header is encoded in utf-8, an UnicodeEncodeError will
be raised. So we should carefully encode request headers.
To be consitent with webob, main procedures are copied from