]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Typo.
authorBruno Haible <bruno@clisp.org>
Thu, 31 Oct 2002 20:37:19 +0000 (20:37 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:49 +0000 (12:08 +0200)
tests/ChangeLog
tests/xgettext-20

index f8aab57ad33ec83aecacda988e5e6e454743740e..b62480074637309f655c0f7b9ee6e083219648b1 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-31  Bruno Haible  <bruno@clisp.org>
+
+       * xgettext-20: Fix typo.
+
 2002-10-27  Bruno Haible  <bruno@clisp.org>
 
        * lang-c++: Include "autosprintf.h". Do output to cout, not stdout.
index 1d42f644e3268b0b63feb11eed71cc3fcd3a8db2..a92ff86391f4398ca1cf8f601bff5f6f043b6a69 100755 (executable)
@@ -49,7 +49,7 @@ cat <<\EOF > simple.glade
     </Signal>
     <!-- Der übliche Programm-Gruß -->
     <label>Hello World</label>
-    <comments>This &lt;button&gt; diplays &quot;Hello World&quot;.</comments>
+    <comments>This &lt;button&gt; displays &quot;Hello World&quot;.</comments>
   </widget>
 </widget>
 
@@ -90,7 +90,7 @@ msgid "Hello World"
 msgstr ""
 
 #: simple.glade:31
-msgid "This <button> diplays \"Hello World\"."
+msgid "This <button> displays \"Hello World\"."
 msgstr ""
 EOF