Browse Source

ci/gitlab-pipeline-status: correct typos

Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Manos Pitsidianakis 1 năm trước cách đây
mục cha
commit
a062f7f9ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/ci/gitlab-pipeline-status

+ 1 - 1
scripts/ci/gitlab-pipeline-status

@@ -131,7 +131,7 @@ def create_parser():
                               'checks of the pipeline status.  Defaults '
                               'checks of the pipeline status.  Defaults '
                               'to %(default)s'))
                               'to %(default)s'))
     parser.add_argument('-w', '--wait', action='store_true', default=False,
     parser.add_argument('-w', '--wait', action='store_true', default=False,
-                        help=('Wether to wait, instead of checking only once '
+                        help=('Whether to wait, instead of checking only once '
                               'the status of a pipeline'))
                               'the status of a pipeline'))
     parser.add_argument('-p', '--project-id', type=int, default=11167699,
     parser.add_argument('-p', '--project-id', type=int, default=11167699,
                         help=('The GitLab project ID. Defaults to the project '
                         help=('The GitLab project ID. Defaults to the project '