From 3ee0e6855958e9d702314f1577e619f657e79ffd Mon Sep 17 00:00:00 2001 From: melissaml Date: Sun, 23 Sep 2018 01:53:11 +0800 Subject: [PATCH] Fix a typo Change-Id: I3505857116a0b85e3d6427e010d7eb94acf6841c --- service-mgmt-api/sm-api/sm_api/openstack/common/rpc/proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-mgmt-api/sm-api/sm_api/openstack/common/rpc/proxy.py b/service-mgmt-api/sm-api/sm_api/openstack/common/rpc/proxy.py index 156728cc..cf5cdfc2 100644 --- a/service-mgmt-api/sm-api/sm_api/openstack/common/rpc/proxy.py +++ b/service-mgmt-api/sm-api/sm_api/openstack/common/rpc/proxy.py @@ -40,7 +40,7 @@ class RpcProxy(object): rpc API. """ - # The default namespace, which can be overriden in a subclass. + # The default namespace, which can be overridden in a subclass. RPC_API_NAMESPACE = None def __init__(self, topic, default_version, version_cap=None,