瀏覽代碼

Fix a typo in intltool

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Thomas Trepl 4 年之前
父節點
當前提交
b0b8a6bff9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>