Update PiPedalModel.cpp

Correcting typo while trying to figure out what to do when the audio does not start the first time.
This commit is contained in:
Extremesecrecy
2025-07-25 21:10:13 -07:00
parent 389ba70540
commit 2ae24f0b32
+1 -1
View File
@@ -3054,7 +3054,7 @@ void PiPedalModel::OnAlsaDriverTerminatedAbnormally()
}
++audioRestartRetries;
} else {
Lv2Log::error(SS("Unable to reastart audio."));
Lv2Log::error(SS("Unable to restart audio."));
} });
}