Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ucsc_apis/admin/core_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion ucsc_apis/admin/keyring.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ucsc_apis/network/mcast_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down