Skip to content

Commit 19fc8e3

Browse files
committed
[GitHub] Correct word in commit access request greeting
1 parent dd369c7 commit 19fc8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/git/github-automation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def run(self) -> bool:
259259
# Post greeter comment:
260260
comment = textwrap.dedent(
261261
f"""
262-
@{self.issue.user.login} thank you for apply for commit access. Please review the project's [code review policy](https://llvm.org/docs/CodeReview.html).
262+
@{self.issue.user.login} thank you for applying for commit access. Please review the project's [code review policy](https://llvm.org/docs/CodeReview.html).
263263
"""
264264
)
265265
self.issue.create_comment(comment)

0 commit comments

Comments
 (0)