From 6538141608c4c82ffebc7c2826c98ef0d4e6dabf Mon Sep 17 00:00:00 2001 From: Antoni Segura Puimedon Date: Sat, 14 May 2016 02:24:33 +0200 Subject: [PATCH] docstring: fix typo keystoneauth1 loading had a typo in one of its docstrings and I just couldn't help it in the end and I had to send this patch. Change-Id: I8705fe64a04d82868c7d4f076dfffa9d31a6b899 Signed-off-by: Antoni Segura Puimedon --- keystoneauth1/loading/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystoneauth1/loading/conf.py b/keystoneauth1/loading/conf.py index 9141bd3d..a1502607 100644 --- a/keystoneauth1/loading/conf.py +++ b/keystoneauth1/loading/conf.py @@ -34,7 +34,7 @@ def get_common_conf_options(): or to manipulate the options before registering them yourself. The options that are set are: - :auth_type: The name of the pluign to load. + :auth_type: The name of the plugin to load. :auth_section: The config file section to load options from. :returns: A list of oslo_config options.