diff options
-rw-r--r-- | chapter08/intltool.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/intltool.xml b/chapter08/intltool.xml index bf2cc8b47..d48c93015 100644 --- a/chapter08/intltool.xml +++ b/chapter08/intltool.xml @@ -46,7 +46,7 @@ <screen><userinput remap="pre">sed -i 's:\\\${:\\\$\\{:' intltool-update.in</userinput></screen> <note><para>The above regular expression looks unusual because of all the - baxkslashes. What it does is add a backslash before the right brace + backslashes. What it does is add a backslash before the right brace character in the sequence '\${' resulting in '\$\{'.</para></note> <para>Prepare Intltool for compilation:</para> |