From 8d330924dc7b79c75094f24923cf7811226dd3da Mon Sep 17 00:00:00 2001 From: sergei Trofimov Date: Mon, 30 Apr 2018 11:30:40 +0100 Subject: [PATCH] fw/entrypoint: fix typos --- wa/framework/entrypoint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wa/framework/entrypoint.py b/wa/framework/entrypoint.py index 720c8ac8..5a8a4a44 100644 --- a/wa/framework/entrypoint.py +++ b/wa/framework/entrypoint.py @@ -80,8 +80,8 @@ def main(): # load_commands will trigger plugin enumeration, and we want logging # to be enabled for that, which requires the verbosity setting; however - # full argument parse cannot be complted until the commands are loaded; so - # parse just the base args for know so we can get verbosity. + # full argument parsing cannot be completed until the commands are loaded; so + # parse just the base args for now so we can get verbosity. argv = split_joined_options(sys.argv[1:]) # 'Parse_known_args' automatically displays the default help and exits