r14359 - packages/trunk/libclaw/debian/patches

Barry deFreese bdefreese at alioth.debian.org
Sat Jun 29 01:10:25 UTC 2013


Author: bdefreese
Date: 2013-06-29 01:10:24 +0000 (Sat, 29 Jun 2013)
New Revision: 14359

Added:
   packages/trunk/libclaw/debian/patches/spelling-errors.patch
Modified:
   packages/trunk/libclaw/debian/patches/series
Log:
Fix spelling errors in package.

Modified: packages/trunk/libclaw/debian/patches/series
===================================================================
--- packages/trunk/libclaw/debian/patches/series	2013-06-29 00:35:16 UTC (rev 14358)
+++ packages/trunk/libclaw/debian/patches/series	2013-06-29 01:10:24 UTC (rev 14359)
@@ -1 +1,2 @@
 html-doc-paths.diff
+spelling-errors.patch

Added: packages/trunk/libclaw/debian/patches/spelling-errors.patch
===================================================================
--- packages/trunk/libclaw/debian/patches/spelling-errors.patch	                        (rev 0)
+++ packages/trunk/libclaw/debian/patches/spelling-errors.patch	2013-06-29 01:10:24 UTC (rev 14359)
@@ -0,0 +1,34 @@
+Description: Fix spelling/grammar errors in binary package and sgml files.
+Author: Barry deFreese <bdefreese at debian.org>
+Updated: 2013-06-28
+Index: libclaw-1.7.3/claw/code/application.cpp
+===================================================================
+--- libclaw-1.7.3.orig/claw/code/application.cpp	2013-03-14 17:09:41.000000000 -0400
++++ libclaw-1.7.3/claw/code/application.cpp	2013-06-28 17:11:26.000000000 -0400
+@@ -66,11 +66,11 @@
+   textdomain("libclaw");
+ 
+   m_arguments.add_long
+-    ("--log-file", claw_gettext("The file to use to store log informations."),
++    ("--log-file", claw_gettext("The file to use to store log information."),
+      true, claw_gettext("file") );
+   m_arguments.add_long
+     ("--log-level",
+-     claw_gettext("Level of log informations:\n"
++     claw_gettext("Level of log information:\n"
+ 		  "\t\terror: error messages,\n"
+ 		  "\t\twarning: warning and error messages,\n"
+ 		  "\t\tverbose: all messages."), true, claw_gettext("string") );
+Index: libclaw-1.7.3/doc/man/claw-config.man.sgml
+===================================================================
+--- libclaw-1.7.3.orig/doc/man/claw-config.man.sgml	2013-03-14 17:09:41.000000000 -0400
++++ libclaw-1.7.3/doc/man/claw-config.man.sgml	2013-06-28 17:12:08.000000000 -0400
+@@ -87,7 +87,7 @@
+         <term><option>library</option>
+         </term>
+         <listitem>
+-          <para>The library for which the informations are displayed.</para>
++          <para>The library for which the information is displayed.</para>
+         </listitem>
+       </varlistentry>
+       <varlistentry>




More information about the Pkg-games-commits mailing list