[llvm] a449c34 - [CI] fix typo in code-format job (#165461)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 12:01:32 PDT 2025
Author: Baranov Victor
Date: 2025-10-28T22:01:27+03:00
New Revision: a449c349ec9907cbf0e0f295dfb2fd712bcf827e
URL: https://github.com/llvm/llvm-project/commit/a449c349ec9907cbf0e0f295dfb2fd712bcf827e
DIFF: https://github.com/llvm/llvm-project/commit/a449c349ec9907cbf0e0f295dfb2fd712bcf827e.diff
LOG: [CI] fix typo in code-format job (#165461)
Added:
Modified:
llvm/utils/git/code-format-helper.py
Removed:
################################################################################
diff --git a/llvm/utils/git/code-format-helper.py b/llvm/utils/git/code-format-helper.py
index 406a72817acb8..dff7f78ce64a2 100755
--- a/llvm/utils/git/code-format-helper.py
+++ b/llvm/utils/git/code-format-helper.py
@@ -508,7 +508,7 @@ def hook_main():
parser = argparse.ArgumentParser()
parser.add_argument(
- "--token", type=str, required=True, help="GitHub authentiation token"
+ "--token", type=str, required=True, help="GitHub authentication token"
)
parser.add_argument(
"--repo",
More information about the llvm-commits
mailing list