Fix a README typo - hepler is not actually a thing

Change-Id: Ie8c267e75171b88bd3a1a3a684e85869e75843d7
This commit is contained in:
Monty Taylor 2015-12-04 13:19:19 -05:00
parent 8eced67abe
commit 1221ea7fca
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ Constructing OpenStack Client objects
If all you want to do is get a Client object from a python-*client library,
and you want it to do all the normal things related to clouds.yaml, `OS_`
environment variables, a hepler function is provided. The following
environment variables, a helper function is provided. The following
will get you a fully configured `novaclient` instance.
::