Fix typo for OVSDB

Change-Id: If3de94d2b7747467c6d4b51a3c8b1960c35b1b7d
This commit is contained in:
IWAMOTO Toshihiro
2015-11-25 10:01:07 +09:00
parent 02db0cd458
commit 330da48b5d

View File

@@ -36,7 +36,7 @@ cfg.CONF.register_opts(OPTS, 'OVS')
@six.add_metaclass(abc.ABCMeta)
class Command(object):
"""An OSVDB command that can be executed in a transaction
"""An OVSDB command that can be executed in a transaction
:attr result: The result of executing the command in a transaction
"""