summaryrefslogtreecommitdiff
path: root/trove/common/wsgi.py
diff options
context:
space:
mode:
authorNikhil Manchanda <SlickNik@gmail.com>2013-12-03 15:51:47 -0800
committerNikhil Manchanda <SlickNik@gmail.com>2013-12-03 15:52:47 -0800
commitbe39d7be306bc8817c82c127bdd6ae73a09b7e81 (patch)
tree1456937abdbe8a228fb0fa39156ee3189e216753 /trove/common/wsgi.py
parentd66c411fa7f57f364d283b2236ba272f9669cbfb (diff)
downloadtrove-be39d7be306bc8817c82c127bdd6ae73a09b7e81.tar.gz
Fixed misspellings of common words
Fixed misspelling of common words found by the 'misspellings' tool. Closes-Bug: #1257531 Change-Id: If317929be260c5efb0949921be1143d1ccd4e283
Diffstat (limited to 'trove/common/wsgi.py')
-rw-r--r--trove/common/wsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trove/common/wsgi.py b/trove/common/wsgi.py
index 56e5d8a6..16ab4ba3 100644
--- a/trove/common/wsgi.py
+++ b/trove/common/wsgi.py
@@ -273,7 +273,7 @@ class Request(openstack_wsgi.Request):
class Result(object):
- """A result whose serialization is compatable with JSON and XML.
+ """A result whose serialization is compatible with JSON and XML.
This class is used by TroveResponseSerializer, which calls the
data method to grab a JSON or XML specific dictionary which it then