Skip to content

Commit b61d521

Browse files
committed
spelling errors
1 parent e3a2c08 commit b61d521

File tree

2 files changed

+2
-2
lines changed
  • asf-site-src/source/documentation/in-progress/precommit/robots
  • releasedocmaker/src/main/python/releasedocmaker

2 files changed

+2
-2
lines changed

asf-site-src/source/documentation/in-progress/precommit/robots/semaphoreci.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
TRIGGER: ${CI}=true and ${SEMAPHORE}=true
2323

24-
Semaphore CI requires that `checkout --use-cache` has been used prior to trigging test-patch. It is HIGHLY recommended to use a helper script checked into the repository to control precommit options to avoid problems with Semaphore CI's parsing of long lines in the YAML file.
24+
Semaphore CI requires that `checkout --use-cache` has been used prior to triggering test-patch. It is HIGHLY recommended to use a helper script checked into the repository to control precommit options to avoid problems with Semaphore CI's parsing of long lines in the YAML file.
2525

2626
The GitHub repo and the Pull Request in use are automatically detected. However, some personalities may override the auto-detected Github repository information. It may be necessary to manually configure it in your `semaphore.yml` file.
2727

releasedocmaker/src/main/python/releasedocmaker/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def close(self):
179179
value.close()
180180

181181
def write_list(self, mylist, skip_credits, base_url):
182-
""" Take a Jira object and write out the relevants parts in a multimarkdown table line"""
182+
""" Take a Jira object and write out the relevant parts in a multimarkdown table line"""
183183
for jira in sorted(mylist):
184184
if skip_credits:
185185
line = '| [{id}]({base_url}/browse/{id}) | {summary} | ' \

0 commit comments

Comments
 (0)