diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a925a472..04e47c5f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-toml - id: check-yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/crate-ci/typos - rev: v1.24.5 + rev: v1.27.3 hooks: - id: typos diff --git a/subliminal/cli.py b/subliminal/cli.py index 674252e0..ec419261 100644 --- a/subliminal/cli.py +++ b/subliminal/cli.py @@ -98,7 +98,7 @@ class AgeParamType(click.ParamType): * ``d`` for days * ``h`` for hours - The form can be specified multiple times but only with that idenfier ordering. For example: + The form can be specified multiple times but only with that identifier ordering. For example: * ``1w2d4h`` for 1 week, 2 days and 4 hours * ``2w`` for 2 weeks