diff --git a/biscuit/apps/chronos/templates/timetable/latex/room.tex b/biscuit/apps/chronos/templates/timetable/latex/room.tex
index 71429ce5f4ed006147d872fb5968bbb04d3e8359..d9e638217dd324819ace004b28a7e4dd6df34e80 100644
--- a/biscuit/apps/chronos/templates/timetable/latex/room.tex
+++ b/biscuit/apps/chronos/templates/timetable/latex/room.tex
@@ -1,8 +1,8 @@
 {% if not sub.is_event %}{% if sub.sub.type == 3 %}
 {{ sub.sub.corridor.name }}
 {% elif sub.sub.type == 1 or sub.sub.type == 2 %}
-{% elif sub.sub.roow_new and sub.sub.room_old %}
-{% templatetag openbrace %}{{ sub.sub.room_old.shortcode }}}
+{% elif sub.sub.room_new and sub.sub.room_old %}
+\sout{% templatetag openbrace %}{{ sub.sub.room_old.shortcode }}}
 $\rightarrow$
 {{ sub.sub.room_new.shortcode }}
 {% elif sub.sub.room_new and not sub.sub.room_old %}
diff --git a/biscuit/apps/chronos/templates/timetable/subs/room.html b/biscuit/apps/chronos/templates/timetable/subs/room.html
index 8dd1822a27470e4d47de1b60987b0164d4926e70..70c1afb0fe9d4b7d5c28e74e0f4bbcc500aea0b5 100644
--- a/biscuit/apps/chronos/templates/timetable/subs/room.html
+++ b/biscuit/apps/chronos/templates/timetable/subs/room.html
@@ -4,7 +4,7 @@
         {{ sub.sub.corridor.name }}
     {% elif sub.sub.type == 1 or sub.sub.type == 2 %}
         {# Canceled lesson: no room #}
-    {% elif sub.sub.roow_new and sub.sub.room_old %}
+    {% elif sub.sub.room_new and sub.sub.room_old %}
         {# New and old room available #}
         <span class="tooltipped" data-position="bottom"
               data-tooltip="{{ sub.sub.room_old.name }} → {{ sub.sub.room_new.name }}">