From c7d0de17cb969fb43984035be2dee630fcb1f610 Mon Sep 17 00:00:00 2001 From: swedge Date: Tue, 13 Oct 2020 21:29:32 -0400 Subject: [PATCH] Fixes #6 --- ucsc_apis/admin/core_exporter.py | 2 +- ucsc_apis/admin/keyring.py | 2 +- ucsc_apis/network/mcast_policy.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ucsc_apis/admin/core_exporter.py b/ucsc_apis/admin/core_exporter.py index bd183e2..6d6f1d7 100644 --- a/ucsc_apis/admin/core_exporter.py +++ b/ucsc_apis/admin/core_exporter.py @@ -12,7 +12,7 @@ # limitations under the License. """ -This module performs the operation related to TFTP core Expoerter. +This module performs the operation related to TFTP core Exporter. """ from ..common.utils import get_device_profile_dn ucsc_base_dn = get_device_profile_dn(name="default") diff --git a/ucsc_apis/admin/keyring.py b/ucsc_apis/admin/keyring.py index b4bff19..6b7b7ce 100755 --- a/ucsc_apis/admin/keyring.py +++ b/ucsc_apis/admin/keyring.py @@ -428,7 +428,7 @@ def trusted_point_modify(handle, name, **kwargs): def trusted_point_delete(handle, name): """ - Deletes a truted point + Deletes a trusted point Args: handle (ucschandle) diff --git a/ucsc_apis/network/mcast_policy.py b/ucsc_apis/network/mcast_policy.py index 2f0c45d..a18538a 100644 --- a/ucsc_apis/network/mcast_policy.py +++ b/ucsc_apis/network/mcast_policy.py @@ -12,7 +12,7 @@ # limitations under the License. """ -This module performs the create the mulitcast policer under the specified org +This module performs the create the multicast policer under the specified org """ from ucscsdk.ucscexception import UcscOperationError