summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-03-01 21:07:58 +0900
committerGitHub <noreply@github.com>2021-03-01 17:37:58 +0530
commit176beddb3f8d4c4774da1286c712936a0e859e10 (patch)
tree9325334c7a99c781148c822be849615681765c84 /hacking
parent17fabd8b45befd9e9637d70e8787c3e672b9b79b (diff)
downloadansible-176beddb3f8d4c4774da1286c712936a0e859e10.tar.gz
Fix typo in incidental.py (#73737)
successfull -> successful
Diffstat (limited to 'hacking')
-rwxr-xr-xhacking/shippable/incidental.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/shippable/incidental.py b/hacking/shippable/incidental.py
index ac47cdffdc..02b6c533f6 100755
--- a/hacking/shippable/incidental.py
+++ b/hacking/shippable/incidental.py
@@ -138,7 +138,7 @@ def incidental_report(args):
if coverage_data.missing_jobs or coverage_data.extra_jobs:
check_failed(args, 'unexpected results from Shippable -- missing jobs: %s, extra jobs: %s\n'
- 'make sure the tests were successfull and the all results were downloaded\n' % (
+ 'make sure the tests were successful and the all results were downloaded\n' % (
sorted(coverage_data.missing_jobs), sorted(coverage_data.extra_jobs)))
if not coverage_data.paths: