]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix last example.
authorBruno Haible <bruno@clisp.org>
Sat, 12 Jan 2008 23:03:27 +0000 (23:03 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:36 +0000 (12:15 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/msgfilter.texi

index 3f2421f11e0ef51f85bc87108373df9d55d5c351..de887ad03608c331c103616da12282378bd2b51a 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-12  Bruno Haible  <bruno@clisp.org>
+
+       * msgfilter.texi: Fix last example.
+       Reported by Benno Schulenberg <bensberg@justemail.net>.
+
 2007-12-24  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (Header Entry): Document the 'Language' field.
index daa9d47efb31e0929ead254982854807e05e58de..13ea7d54c632ff6055f5ae69424a3641a8744638 100644 (file)
@@ -231,5 +231,5 @@ msgconv -t UTF-8 de.po | msgfilter sed -e 's/@ss{}/ss/g'
 To convert Serbian translations in Cyrillic script to Latin script:
 
 @smallexample
-msgfilter recode-sr-latin sr.po
+msgfilter recode-sr-latin sr.po
 @end smallexample