From: Niklas Fiekas <niklas.fiekas@backscattering.de>
Date: Mon, 28 Mar 2016 11:19:48 +0200
Subject: debian/patches/fix-typos.patch: Fix typos found by lintian

---
 data/help/about1.html       | 2 +-
 data/help/about4.html       | 2 +-
 src/database/databaseinfo.h | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/help/about1.html b/data/help/about1.html
index 044aa7c..9e3abc1 100644
--- a/data/help/about1.html
+++ b/data/help/about1.html
@@ -161,7 +161,7 @@ an algorithm, how the GUI shall select moves if several moves are available for
 </p>
 
 <h3><a name="Books"></a>Using Books in ChessX</h3>
-<p>Polyglot is a book standard supported by ChessX. The orginal code was licensed under GNU GPL Version 2.0.</p>
+<p>Polyglot is a book standard supported by ChessX. The original code was licensed under GNU GPL Version 2.0.</p>
 <p>ChessX displays books like any other database in the Opening Tree Browser. Drag a polyglot book (which must have the suffix ".bin")
 to the Database List or open the book via menu. Once it is open, it becomes available as any other open database
 in the combo box "Source" beneath the opening tree.</p>
diff --git a/data/help/about4.html b/data/help/about4.html
index 13b3028..8b1e2b5 100644
--- a/data/help/about4.html
+++ b/data/help/about4.html
@@ -53,7 +53,7 @@ Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
 
 [This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
+ as the successor of the GNU Library General Public License, version 2, hence
  the version number 2.1.]
 </pre>
 
diff --git a/src/database/databaseinfo.h b/src/database/databaseinfo.h
index 13f7cd9..fcf3fad 100644
--- a/src/database/databaseinfo.h
+++ b/src/database/databaseinfo.h
@@ -136,7 +136,7 @@ signals:
 
 public slots:
     void dbCleanChanged(bool);
-    void setModified(bool modfied, const Game &g, QString action);
+    void setModified(bool modified, const Game &g, QString action);
 
 private:
     QUndoStack* m_undoStack;
