From: IWAMOTO Toshihiro Date: Wed, 25 Nov 2015 01:01:07 +0000 (+0900) Subject: Fix typo for OVSDB X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=330da48b5d937a61e7328594a5d0bb98409b8c71;p=openstack-build%2Fneutron-build.git Fix typo for OVSDB Change-Id: If3de94d2b7747467c6d4b51a3c8b1960c35b1b7d --- diff --git a/neutron/agent/ovsdb/api.py b/neutron/agent/ovsdb/api.py index d60b0d841..f5aad9ef8 100644 --- a/neutron/agent/ovsdb/api.py +++ b/neutron/agent/ovsdb/api.py @@ -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 """