From 3675e9eea8909ae3edf8271a11ecd675b1f62725 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Tue, 27 Sep 2016 15:22:11 +0700 Subject: [PATCH] TrivialFix: Fixed typo in some files Change-Id: Icbb7e07d3b11d002a1b1bb143a0de82500abd52f --- keystoneclient/auth/cli.py | 2 +- keystoneclient/auth/conf.py | 2 +- keystoneclient/auth/identity/generic/base.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/keystoneclient/auth/cli.py b/keystoneclient/auth/cli.py index e8f69f24a..d8cc820af 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 639052135..ca3cbcf8c 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 84171e443..eab04023c 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