fix typos

This commit is contained in:
Janosh Riebesell 2021-10-23 12:11:03 +01:00 committed by Anthony Sottile
parent 8559bc5936
commit 05a5297dbb
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
)
parser.add_argument(
'--maxkb', type=int, default=500,
help='Maxmimum allowable KB for added files',
help='Maximum allowable KB for added files',
)
args = parser.parse_args(argv)