diff options
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r-- | chapter06/bison.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 67156fb10..cb4822e17 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -41,7 +41,7 @@ <para>The configure system causes bison to be built without support for internationalization of error messages if a <command>bison</command> program is not already in $PATH. The following addition will correct - this.</para> + this:</para> <screen><userinput>echo '#define YYENABLE_NLS 1' >> config.h</userinput></screen> |