From 258c51ea69de680b4041a259550146f8dc42bdb6 Mon Sep 17 00:00:00 2001
From: se4598 <se4598@gmx.de>
Date: Tue, 2 Feb 2016 14:16:55 +0100
Subject: [PATCH] typo in ufc/script.js gefixt

---
 panels/ufc/script.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panels/ufc/script.js b/panels/ufc/script.js
index 688a8e4..ff42624 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() {
-- 
GitLab