summaryrefslogtreecommitdiff
path: root/keystoneclient/auth
diff options
context:
space:
mode:
authorAnh Tran <anhtt@vn.fujitsu.com>2016-09-27 15:22:11 +0700
committerAnh Tran <anhtt@vn.fujitsu.com>2016-09-27 15:22:11 +0700
commit3675e9eea8909ae3edf8271a11ecd675b1f62725 (patch)
tree8079964d670daf6786dd04e6f092361a0b9b2d81 /keystoneclient/auth
parentec930d1b326321639f332289ba0ab41f690b3887 (diff)
downloadpython-keystoneclient-3675e9eea8909ae3edf8271a11ecd675b1f62725.tar.gz
TrivialFix: Fixed typo in some files
Change-Id: Icbb7e07d3b11d002a1b1bb143a0de82500abd52f
Diffstat (limited to 'keystoneclient/auth')
-rw-r--r--keystoneclient/auth/cli.py2
-rw-r--r--keystoneclient/auth/conf.py2
-rw-r--r--keystoneclient/auth/identity/generic/base.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/keystoneclient/auth/cli.py b/keystoneclient/auth/cli.py
index e8f69f2..d8cc820 100644
--- a/keystoneclient/auth/cli.py
+++ b/keystoneclient/auth/cli.py
@@ -32,7 +32,7 @@ def register_argparse_arguments(parser, argv, default=None):
the options required for that specific plugin if available.
:param argparse.ArgumentParser: the parser to attach argparse options to.
- :param list argv: the arguments provided to the appliation.
+ :param list argv: the arguments provided to the application.
:param str/class default: a default plugin name or a plugin object to use
if one isn't specified by the CLI. default: None.
diff --git a/keystoneclient/auth/conf.py b/keystoneclient/auth/conf.py
index 6390521..ca3cbcf 100644
--- a/keystoneclient/auth/conf.py
+++ b/keystoneclient/auth/conf.py
@@ -33,7 +33,7 @@ def get_common_conf_options():
or to manipulate the options before registering them yourself.
The options that are set are:
- :auth_plugin: The name of the pluign to load.
+ :auth_plugin: The name of the plugin to load.
:auth_section: The config file section to load options from.
:returns: A list of oslo_config options.
diff --git a/keystoneclient/auth/identity/generic/base.py b/keystoneclient/auth/identity/generic/base.py
index 84171e4..eab0402 100644
--- a/keystoneclient/auth/identity/generic/base.py
+++ b/keystoneclient/auth/identity/generic/base.py
@@ -84,7 +84,7 @@ class BaseGenericPlugin(base.BaseIdentityPlugin):
@abc.abstractmethod
def create_plugin(self, session, version, url, raw_status=None):
- """Create a plugin from the given paramters.
+ """Create a plugin from the given parameters.
This function will be called multiple times with the version and url
of a potential endpoint. If a plugin can be constructed that fits the