Fix a typo in intltool

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Thomas Trepl 2020-06-19 22:25:31 +00:00
parent d9cdc3e9db
commit b0b8a6bff9

View File

@ -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>