Skip to content

Commit c7d0de1

Browse files
committed
Fixes CiscoUcs#6
1 parent 567421b commit c7d0de1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ucsc_apis/admin/core_exporter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# limitations under the License.
1313

1414
"""
15-
This module performs the operation related to TFTP core Expoerter.
15+
This module performs the operation related to TFTP core Exporter.
1616
"""
1717
from ..common.utils import get_device_profile_dn
1818
ucsc_base_dn = get_device_profile_dn(name="default")

ucsc_apis/admin/keyring.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def trusted_point_modify(handle, name, **kwargs):
428428

429429
def trusted_point_delete(handle, name):
430430
"""
431-
Deletes a truted point
431+
Deletes a trusted point
432432
433433
Args:
434434
handle (ucschandle)

ucsc_apis/network/mcast_policy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# limitations under the License.
1313

1414
"""
15-
This module performs the create the mulitcast policer under the specified org
15+
This module performs the create the multicast policer under the specified org
1616
"""
1717
from ucscsdk.ucscexception import UcscOperationError
1818

0 commit comments

Comments
 (0)