diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f12ac9..14873e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-case-conflict - id: check-json @@ -19,7 +19,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell args: [ diff --git a/src/anlz.rs b/src/anlz.rs index db28d8d..ec94942 100644 --- a/src/anlz.rs +++ b/src/anlz.rs @@ -430,7 +430,7 @@ pub struct WaveformColorDetailColumn { pub enum Mood { /// Phrase types consist of "Intro", "Up", "Down", "Chorus", and "Outro". Other values in each /// phrase entry cause the intro, chorus, and outro phrases to have their labels subdivided - /// into styes "1" or "2" (for example, "Intro 1"), and "up" is subdivided into style "Up 1", + /// into styles "1" or "2" (for example, "Intro 1"), and "up" is subdivided into style "Up 1", /// "Up 2", or "Up 3". High = 1, /// Phrase types are labeled "Intro", "Verse 1" through "Verse 6", "Chorus", "Bridge", and