diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:33:18 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
commit | d30b5bc95a9406b4125a35defba3a953358215cb (patch) | |
tree | fba8ad36200874135937066f812dab0f78f96c0c /scripts/ci | |
parent | a1a62ced51bd33716c79719246ac969447acadb2 (diff) |
scripts/: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'scripts/ci')
-rwxr-xr-x | scripts/ci/gitlab-pipeline-status | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/gitlab-pipeline-status b/scripts/ci/gitlab-pipeline-status index 924db327ff..e3343b0510 100755 --- a/scripts/ci/gitlab-pipeline-status +++ b/scripts/ci/gitlab-pipeline-status @@ -28,7 +28,7 @@ class CommunicationFailure(Exception): class NoPipelineFound(Exception): - """Communication is successfull but pipeline is not found.""" + """Communication is successful but pipeline is not found.""" def get_local_branch_commit(branch): |