tfix typo - canteen-info - scrape weekly menus from canteens surrounding Aarhus University
 (HTM) git clone git://src.adamsgaard.dk/canteen-info
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b2a0d34897b7635ca847759ddfb0fbcfc54765dd
 (DIR) parent 9ea1c43f749c2a9ea19f5b88c71e897f51e05c71
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 24 Feb 2015 09:06:12 +0100
       
       fix typo
       
       Diffstat:
         M canteeninfo                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/canteeninfo b/canteeninfo
       t@@ -6,7 +6,7 @@ highlight="1234567890asdfasdf"
        if [[ "$weekday" == "Monday" ]]; then
            highlight="Mandag"
        elif [[ "$weekday" == "Tuesday" ]]; then
       -    highlight "Tirsdag"
       +    highlight="Tirsdag"
        elif [[ "$weekday" == "Wednesday" ]]; then
            highlight="Onsdag"
        elif [[ "$weekday" == "Thursday" ]]; then