diff --git a/examples/player/player.js b/examples/player/player.js index 028529d8..e526bd95 100644 --- a/examples/player/player.js +++ b/examples/player/player.js @@ -127,7 +127,7 @@ Player.prototype = { // Get the Howl we want to manipulate. var sound = self.playlist[self.index].howl; - // Puase the sound. + // Pause the sound. sound.pause(); // Show the play button.