aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Trepl <thomas@linuxfromscratch.org>2020-06-19 22:25:31 +0000
committerThomas Trepl <thomas@linuxfromscratch.org>2020-06-19 22:25:31 +0000
commitb0b8a6bff9f658ccb1030bd50b163ef222f15532 (patch)
tree4107cf39b2311f5f8e8ff8a270c3c02d81ac2b48
parentd9cdc3e9db1fedff5540b02f76a18fa3e17fb161 (diff)
Fix a typo in intltool
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter08/intltool.xml2
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>