From ed64ac6a3095a6c5b9f2e1ecf7c2f7cb39586984 Mon Sep 17 00:00:00 2001 From: CorruptedBios <46597500+chadmelancia@users.noreply.github.com> Date: Tue, 31 Jan 2023 14:45:33 -0300 Subject: [PATCH] fixed typo --- mitmproxy2swagger/mitmproxy2swagger.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mitmproxy2swagger/mitmproxy2swagger.py b/mitmproxy2swagger/mitmproxy2swagger.py index 26194de..6f8ec9f 100755 --- a/mitmproxy2swagger/mitmproxy2swagger.py +++ b/mitmproxy2swagger/mitmproxy2swagger.py @@ -215,7 +215,7 @@ def main(): traceback.print_exception(*sys.exc_info()) print(f"{console_util.ANSI_RED}Failed to parse the input file as '{caputre_reader.name()}'. ") if not args.format: - print(f"It might happen that the input format as incorrectly detected. Please try using '--fromat flow' or '--format har' to specify the input format.{console_util.ANSI_RESET}") + print(f"It might happen that the input format as incorrectly detected. Please try using '--format flow' or '--format har' to specify the input format.{console_util.ANSI_RESET}") sys.exit(1) except ValueError as e: print(f"ValueError: {e}") @@ -223,7 +223,7 @@ def main(): traceback.print_exception(*sys.exc_info()) print(f"{console_util.ANSI_RED}Failed to parse the input file as '{caputre_reader.name()}'. ") if not args.format: - print(f"It might happen that the input format as incorrectly detected. Please try using '--fromat flow' or '--format har' to specify the input format.{console_util.ANSI_RESET}") + print(f"It might happen that the input format as incorrectly detected. Please try using '--format flow' or '--format har' to specify the input format.{console_util.ANSI_RESET}") sys.exit(1) new_path_templates.sort()