diff --git a/src/jquery.uls.lcd.js b/src/jquery.uls.lcd.js index 1fa8339..2ad9efb 100644 --- a/src/jquery.uls.lcd.js +++ b/src/jquery.uls.lcd.js @@ -65,7 +65,7 @@ append: function ( langCode, regionCode ) { if ( !this.options.languages[langCode] ) { - // Language is unknown or not in the list of langauges for this context. + // Language is unknown or not in the list of languages for this context. return; } this.addToRegion( langCode, regionCode );