aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorManos Pitsidianakis <manos.pitsidianakis@linaro.org>2024-02-20 10:52:24 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2024-02-21 08:16:57 +0300
commita062f7f9ecb6754b5f54e350809401c5cf7529f8 (patch)
treea5ff815cff817568c13aa3eca3f95ae769bf0e35 /scripts
parent835f364ed963d855596395fa68ed5246d9f11a83 (diff)
downloadqemu-a062f7f9ecb6754b5f54e350809401c5cf7529f8.zip
qemu-a062f7f9ecb6754b5f54e350809401c5cf7529f8.tar.gz
qemu-a062f7f9ecb6754b5f54e350809401c5cf7529f8.tar.bz2
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/gitlab-pipeline-status2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/gitlab-pipeline-status b/scripts/ci/gitlab-pipeline-status
index e3343b0..39f3c22 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 '