Skip to content

Commit

Permalink
PAPP-34457: spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tapishj-splunk committed Sep 26, 2024
1 parent 6b5c029 commit 5425dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zscaler_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ def _handle_remove_group_user(self, param):

def _handle_get_allowlist(self, param):
"""
This action is used to get the default allowlist in zscalar
This action is used to get the default allowlist in zscaler
:return: status phantom.APP_ERROR/phantom.APP_SUCCESS(along with appropriate message)
"""
self.save_progress("In action handler for: {0}".format(self.get_action_identifier()))
Expand Down Expand Up @@ -983,7 +983,7 @@ def _is_ip_address(self, address):

def _handle_get_denylist(self, param):
"""
This action is used to get the denylist in zscalar
This action is used to get the denylist in zscaler
:return: status phantom.APP_ERROR/phantom.APP_SUCCESS(along with appropriate message)
"""
self.save_progress("In action handler for: {0}".format(self.get_action_identifier()))
Expand Down

0 comments on commit 5425dc6

Please sign in to comment.