TrivialFix: Fixed typo in some files

Change-Id: Icbb7e07d3b11d002a1b1bb143a0de82500abd52f
This commit is contained in:
Anh Tran 2016-09-27 15:22:11 +07:00
parent ec930d1b32
commit 3675e9eea8
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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