Merge pull request #676 from janosh/typos

Fix typos
This commit is contained in:
Anthony Sottile 2021-10-23 10:18:01 -07:00 committed by GitHub
commit 9fc352be79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)