summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-03-08 03:50:55 +0000
committerGerrit Code Review <review@openstack.org>2014-03-08 03:50:55 +0000
commit46322387b6e8a6957c50655dffb227452b36c628 (patch)
tree27d225cbe28c61dd8cd9c244d4055001f7a11dc4
parent3293138121c0ad1b91d63eae219c9aae41d758c3 (diff)
parent00188f092c76fd5bfaf0f6a67cd0b52ed473313b (diff)
downloadpython-openstackclient-46322387b6e8a6957c50655dffb227452b36c628.tar.gz
Merge "Fixed spelling error, compatability to compatibility"
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 937c0fee..86e224e0 100644
--- a/README.rst
+++ b/README.rst
@@ -49,7 +49,7 @@ Developers can use the `install virtualenv`_ script to create the virtualenv::
source .venv/bin/activate
python setup.py develop
-Unit tests are now run using tox. The ``run_test.sh`` script provides compatability
+Unit tests are now run using tox. The ``run_test.sh`` script provides compatibility
but is generally considered deprecated.
The client can be called interactively by simply typing::