Index: doc/proposals/virtual.txt
===================================================================
--- doc/proposals/virtual.txt	(revision 63c2bca95066131a0c16dfa60fa782325c57b136)
+++ doc/proposals/virtual.txt	(revision 5a0735ac69ae27bf168ba9944266e32fcd45785b)
@@ -36,5 +36,5 @@
       switch(w->type) {
             case text : draw(&w->text); break;
-            case text : draw(&w->text); break;
+            case line : draw(&w->line); break;
             default : handle_error(); break;
       }
