From 5425dc642c6d7406abafd99af7223b453b9ec200 Mon Sep 17 00:00:00 2001 From: Tapish Jain Date: Thu, 26 Sep 2024 14:24:51 -0700 Subject: [PATCH] PAPP-34457: spelling fixes --- zscaler_connector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zscaler_connector.py b/zscaler_connector.py index 0b00c1c..cd59db7 100644 --- a/zscaler_connector.py +++ b/zscaler_connector.py @@ -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())) @@ -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()))