Fixing misspelling in client docstring

Change-Id: I1b0b95b8bab8ea4ffc250516ccebedd9838b7429
This commit is contained in:
John Vrbanac
2015-04-23 10:24:03 -05:00
parent 28a45f591c
commit 7b03e28903

View File

@@ -129,7 +129,7 @@ class Client(object):
parameters. When no session is provided it will default to a
non-authenticated Session.
:param endpoint: Barbican endpoint url. Required when a session is not
given, or when using a non-authentciated session.
given, or when using a non-authenticated session.
When using an authenticated session, the client will attempt
to get an endpoint from the session.
:param project_id: The project ID used for context in Barbican.