소스 검색

Fix a typo in intltool

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Thomas Trepl 3 년 전
부모
커밋
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>