From: Manos Pitsidianakis Date: Tue, 20 Feb 2024 08:52:24 +0000 (+0200) Subject: ci/gitlab-pipeline-status: correct typos X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a062f7f9ecb6754b5f54e350809401c5cf7529f8;p=qemu.git ci/gitlab-pipeline-status: correct typos Correct typos automatically found with the `typos` tool Signed-off-by: Manos Pitsidianakis Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- diff --git a/scripts/ci/gitlab-pipeline-status b/scripts/ci/gitlab-pipeline-status index e3343b0510..39f3c22c66 100755 --- a/scripts/ci/gitlab-pipeline-status +++ b/scripts/ci/gitlab-pipeline-status @@ -131,7 +131,7 @@ def create_parser(): 'checks of the pipeline status. Defaults ' 'to %(default)s')) 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')) parser.add_argument('-p', '--project-id', type=int, default=11167699, help=('The GitLab project ID. Defaults to the project '