Fix the misspelling of "argument"

Change-Id: I8d3713aafe2f567c07e975574bb95e84b4ca09fb
This commit is contained in:
lijunjie 2019-01-10 16:42:35 +08:00 committed by Monty Taylor
parent 213d201fcc
commit 03feaaa205
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class OSC_Config(config.OpenStackConfig):
return 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()
"""