From 1618d72469ddf649b3d0a59dc615e047d8dc5e0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:19:56 +0200 Subject: [PATCH] chore(deps): update pre-commit hook codespell-project/codespell to v2.2.6 (stable) (#2732) * chore(deps): update pre-commit hook codespell-project/codespell to v2.2.6 * fix spell checks --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo --- .pre-commit-config.yaml | 2 +- legacy/application/forms/LiveStreamingPreferences.php | 2 +- playout/libretime_playout/liquidsoap/1.4/ls_lib.liq | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 436a69187..ec2dd732d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: black - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell args: [--ignore-words=.codespellignore] diff --git a/legacy/application/forms/LiveStreamingPreferences.php b/legacy/application/forms/LiveStreamingPreferences.php index a028a35c4..ee63c3026 100644 --- a/legacy/application/forms/LiveStreamingPreferences.php +++ b/legacy/application/forms/LiveStreamingPreferences.php @@ -10,7 +10,7 @@ class Application_Form_LiveStreamingPreferences extends Zend_Form_SubForm ['ViewScript', ['viewScript' => 'form/preferences_livestream.phtml']], ]); - // automatic trasition on source disconnection + // automatic transition on source disconnection $auto_transition = new Zend_Form_Element_Checkbox('auto_transition'); $auto_transition->setLabel(_('Auto Switch Off:')) ->setValue(Application_Model_Preference::GetAutoTransition()); diff --git a/playout/libretime_playout/liquidsoap/1.4/ls_lib.liq b/playout/libretime_playout/liquidsoap/1.4/ls_lib.liq index 563008e19..9e55fcdae 100644 --- a/playout/libretime_playout/liquidsoap/1.4/ls_lib.liq +++ b/playout/libretime_playout/liquidsoap/1.4/ls_lib.liq @@ -63,7 +63,7 @@ def transition(a,b) = end # we need this function for special transition case(from default to queue) we don't want -# the trasition fade to have effect on the first song that would be played switching out +# the transition fade to have effect on the first song that would be played switching out # of the default(silent) source def transition_default(a,b) = log("transition called...")