This commit is contained in:
Niklas Laxström
2013-11-19 11:16:14 +00:00
parent c62809ae2b
commit 9d77cfb76f

View File

@@ -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 );