Merge "Fix the misspelling of "argument""

This commit is contained in:
Zuul 2020-06-12 17:00:32 +00:00 committed by Gerrit Code Review
commit d55bc8676a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class OSC_Config(config.OpenStackConfig):
return config return config
def _auth_v2_ignore_v3(self, config): def _auth_v2_ignore_v3(self, config):
"""Remove v3 arguemnts if present for v2 plugin """Remove v3 arguments if present for v2 plugin
Migrated from clientmanager.setup_auth() Migrated from clientmanager.setup_auth()
""" """