From 9c552334a77d2f2001a78642a59fe8dbebbf36e8 Mon Sep 17 00:00:00 2001 From: clairdl <52753311+clairdl@users.noreply.github.com> Date: Tue, 12 Oct 2021 00:12:59 -0700 Subject: [PATCH] Update speaker.go --- speaker/speaker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speaker/speaker.go b/speaker/speaker.go index d59389f..7b3734f 100644 --- a/speaker/speaker.go +++ b/speaker/speaker.go @@ -75,7 +75,7 @@ func Close() { } } -// Lock locks the speaker. While locked, speaker won't pull new data from the playing Stramers. Lock +// Lock locks the speaker. While locked, speaker won't pull new data from the playing Streamers. Lock // if you want to modify any currently playing Streamers to avoid race conditions. // // Always lock speaker for as little time as possible, to avoid playback glitches.