Forráskód Böngészése

Fix a typo in intltool

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Thomas Trepl 4 éve
szülő
commit
b0b8a6bff9
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      chapter08/intltool.xml

+ 1 - 1
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>