diff --git a/panels/ufc/script.js b/panels/ufc/script.js index 688a8e45a1ca51fbafa177da8916c079ea2481e2..ff4262465dd1432966276015a33d825068dd6c0b 100644 --- a/panels/ufc/script.js +++ b/panels/ufc/script.js @@ -38,7 +38,7 @@ this.dow = function(d) { this.getLongMonth = function(month){ if (typeof(month)!='number' || month < 0 || month >= 12) return undefined; - return ["Januar","Feburar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"][month]; + return ["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"][month]; } this.show=function() {