]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix typo for OVSDB
authorIWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Wed, 25 Nov 2015 01:01:07 +0000 (10:01 +0900)
committerIWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Wed, 25 Nov 2015 01:01:07 +0000 (10:01 +0900)
Change-Id: If3de94d2b7747467c6d4b51a3c8b1960c35b1b7d

neutron/agent/ovsdb/api.py

index d60b0d84154720dd47a3d5817b7ea7bf080fd3f4..f5aad9ef8e19cfa3f110685e65b3154c9cc5b75e 100644 (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
     """