[llvm] 19fc8e3 - [GitHub] Correct word in commit access request greeting

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 02:29:10 PST 2025


Author: David Spickett
Date: 2025-02-11T10:28:31Z
New Revision: 19fc8e384680eca405b0f1cda9da5f5b2d1f91ab

URL: https://github.com/llvm/llvm-project/commit/19fc8e384680eca405b0f1cda9da5f5b2d1f91ab
DIFF: https://github.com/llvm/llvm-project/commit/19fc8e384680eca405b0f1cda9da5f5b2d1f91ab.diff

LOG: [GitHub] Correct word in commit access request greeting

Added: 
    

Modified: 
    llvm/utils/git/github-automation.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/git/github-automation.py b/llvm/utils/git/github-automation.py
index db789c26d96ddd7..6e847f6cea59de6 100755
--- a/llvm/utils/git/github-automation.py
+++ b/llvm/utils/git/github-automation.py
@@ -259,7 +259,7 @@ def run(self) -> bool:
         # Post greeter comment:
         comment = textwrap.dedent(
             f"""
-            @{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).
+            @{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).
         """
         )
         self.issue.create_comment(comment)


        


More information about the llvm-commits mailing list