diff --git a/soundcloud.player.api.js b/soundcloud.player.api.js index f6c2c07..682c1c5 100644 --- a/soundcloud.player.api.js +++ b/soundcloud.player.api.js @@ -76,7 +76,7 @@ var flash; try{ if(!id){ - throw "The SoundCloud Widget DOM object needs an id atribute, please refer to SoundCloud Widget API documentation."; + throw "The SoundCloud Widget DOM object needs an id attribute, please refer to SoundCloud Widget API documentation."; } flash = isIE ? window[id] : document[id]; if(flash){