diff options
| author | gecong1973 <ge.cong@zte.com.cn> | 2016-11-21 11:49:33 +0800 |
|---|---|---|
| committer | gecong1973 <ge.cong@zte.com.cn> | 2016-11-21 11:49:33 +0800 |
| commit | e9e31d9766f14a453f261dbb9aaded979f6d2911 (patch) | |
| tree | 2e09601714c8f21041d8f5d7fcf4c91acc84a2cb /neutronclient/osc/plugin.py | |
| parent | 42d995bf9d23c90300e88292fb9eca1dd4aa5dc0 (diff) | |
| download | python-neutronclient-e9e31d9766f14a453f261dbb9aaded979f6d2911.tar.gz | |
Fix a typo
TrivialFix
Change-Id: Ia95e55b712a06648ea19dce30b01a568d7b3edde
Diffstat (limited to 'neutronclient/osc/plugin.py')
| -rw-r--r-- | neutronclient/osc/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neutronclient/osc/plugin.py b/neutronclient/osc/plugin.py index 1efb6c5..2939fe1 100644 --- a/neutronclient/osc/plugin.py +++ b/neutronclient/osc/plugin.py @@ -15,7 +15,7 @@ import logging # TODO(rtheis/amotoki): Add functional test infrastructure for OSC # plugin commands. -# TODO(amotoki): Add and update document on OSC pluign. +# TODO(amotoki): Add and update document on OSC plugin. from osc_lib import utils |
