From 2ae24f0b328ace1102f032022657fc8c07f8b8d7 Mon Sep 17 00:00:00 2001 From: Extremesecrecy <10959169+extremesecrecy@users.noreply.github.com> Date: Fri, 25 Jul 2025 21:10:13 -0700 Subject: [PATCH] Update PiPedalModel.cpp Correcting typo while trying to figure out what to do when the audio does not start the first time. --- src/PiPedalModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PiPedalModel.cpp b/src/PiPedalModel.cpp index 89323d6..95306d1 100644 --- a/src/PiPedalModel.cpp +++ b/src/PiPedalModel.cpp @@ -3054,7 +3054,7 @@ void PiPedalModel::OnAlsaDriverTerminatedAbnormally() } ++audioRestartRetries; } else { - Lv2Log::error(SS("Unable to reastart audio.")); + Lv2Log::error(SS("Unable to restart audio.")); } }); }