Skip to content

Commit 05a5297

Browse files
janoshasottile
authored andcommitted
fix typos
1 parent 8559bc5 commit 05a5297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit_hooks/check_added_large_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
5555
)
5656
parser.add_argument(
5757
'--maxkb', type=int, default=500,
58-
help='Maxmimum allowable KB for added files',
58+
help='Maximum allowable KB for added files',
5959
)
6060
args = parser.parse_args(argv)
6161

0 commit comments

Comments
 (0)