[llvm] [CI] fix typo in code-format job (PR #165461)

Baranov Victor via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 28 11:57:11 PDT 2025


https://github.com/vbvictor created https://github.com/llvm/llvm-project/pull/165461

None

>From f406dac8dcb641d1ab8f73d6735fff7f5ad188b1 Mon Sep 17 00:00:00 2001
From: Victor Baranov <bar.victor.2002 at gmail.com>
Date: Tue, 28 Oct 2025 21:56:17 +0300
Subject: [PATCH] [CI] fix typo in code-format job

---
 llvm/utils/git/code-format-helper.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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