1--- src/roff/troff/node.cpp.orig	2013-02-27 16:47:58.000000000 -0800
2+++ src/roff/troff/node.cpp	2013-02-27 16:48:05.000000000 -0800
3@@ -4935,7 +4935,7 @@
4   case charinfo::TRANSLATE_DUMMY:
5     return new dummy_node;
6   case charinfo::TRANSLATE_HYPHEN_INDICATOR:
7-    error("translation to \\% ignored in this context");
8+    error("translation to \\%% ignored in this context");
9     break;
10   }
11   charinfo *tem = ci->get_translation();
12