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,