Skip to content

Commit e8a9b07

Browse files
committed
VS1053Stream: spelling mistake
1 parent 27dd748 commit e8a9b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/AudioLibs/VS1053Stream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class VS1053Stream : public AudioStream, public VolumeSupport {
122122
/// Updates the AudioInfo (sample rate, bits, channels)
123123
void setAudioInfo(AudioInfo c) {
124124
cfg.copyFrom(c);
125-
notifiyAudioChange(cfg);
125+
notifyAudioChange(cfg);
126126
}
127127

128128
/// Starts with the default config or restarts

0 commit comments

Comments
 (0)