From f406dac8dcb641d1ab8f73d6735fff7f5ad188b1 Mon Sep 17 00:00:00 2001 From: Victor Baranov 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",