From: Barry deFreese <bdefreese@debian.org>
Date: Sun, 21 Aug 2016 22:04:14 +0200
Subject: spelling-errors

Fix spelling/grammar errors in binary package and sgml files.

Forwarded: no
---
 claw/code/application.cpp    | 4 ++--
 doc/man/claw-config.man.sgml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/claw/code/application.cpp b/claw/code/application.cpp
index 12739bb..623d881 100644
--- a/claw/code/application.cpp
+++ b/claw/code/application.cpp
@@ -66,11 +66,11 @@ claw::application::application( int& argc, char** &argv )
   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") );
diff --git a/doc/man/claw-config.man.sgml b/doc/man/claw-config.man.sgml
index 41fcfb0..3d2ec5e 100644
--- a/doc/man/claw-config.man.sgml
+++ b/doc/man/claw-config.man.sgml
@@ -87,7 +87,7 @@ manpage.1: manpage.sgml
         <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>
