Skip to content

Commit a449c34

Browse files
authored
[CI] fix typo in code-format job (llvm#165461)
1 parent d0e0d7f commit a449c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/git/code-format-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def hook_main():
508508

509509
parser = argparse.ArgumentParser()
510510
parser.add_argument(
511-
"--token", type=str, required=True, help="GitHub authentiation token"
511+
"--token", type=str, required=True, help="GitHub authentication token"
512512
)
513513
parser.add_argument(
514514
"--repo",

0 commit comments

Comments
 (0)