diff --git a/wrappers/youtube/popcorn.HTMLYouTubeVideoElement.js b/wrappers/youtube/popcorn.HTMLYouTubeVideoElement.js
index cafed3c5c..184c40b50 100644
--- a/wrappers/youtube/popcorn.HTMLYouTubeVideoElement.js
+++ b/wrappers/youtube/popcorn.HTMLYouTubeVideoElement.js
@@ -30,7 +30,7 @@
function isYouTubeReady() {
var script;
- // If we area already waiting, do nothing.
+ // If we are already waiting, do nothing.
if( !ytLoading ) {
// If script is already there, check if it is loaded.
if ( window.YT ) {