From 00607be12a977770a5c1efc31a5c8aea9204a5ec Mon Sep 17 00:00:00 2001
From: Hugo Lefeuvre <hugo.lefeuvre@savoirfairelinux.com>
Date: Tue, 24 Jul 2018 17:02:33 -0400
Subject: [PATCH] fix spelling errors

Change-Id: I1ade1fcfb4060ecb1e3410d1c7681047c2c2d1b4
Reviewed-by: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
---
 docs/source/dev/compiling_and_installing/gnome_client.rst | 2 +-
 docs/source/dev/compiling_and_installing/lrc.rst          | 2 +-
 docs/source/dev/contributing.rst                          | 2 +-
 docs/source/dev/test/daemon.rst                           | 2 +-
 scripts/make-packaging-target.py                          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/source/dev/compiling_and_installing/gnome_client.rst b/docs/source/dev/compiling_and_installing/gnome_client.rst
index a2ceda93..f6b43234 100644
--- a/docs/source/dev/compiling_and_installing/gnome_client.rst
+++ b/docs/source/dev/compiling_and_installing/gnome_client.rst
@@ -38,7 +38,7 @@ Run the following from the project root directory:
     cmake ..
     make
 
-The following options are often usefull to append to the cmake line:
+The following options are often useful to append to the cmake line:
 
 .. code-block:: none
 
diff --git a/docs/source/dev/compiling_and_installing/lrc.rst b/docs/source/dev/compiling_and_installing/lrc.rst
index c0bb1c6e..fa563746 100644
--- a/docs/source/dev/compiling_and_installing/lrc.rst
+++ b/docs/source/dev/compiling_and_installing/lrc.rst
@@ -16,7 +16,7 @@ To install the appplication, type the following commands in a console, while in
     make -j3
     make install
 
-The following options are often usefull to append to the cmake line:
+The following options are often useful to append to the cmake line:
 
 .. code-block:: none
 
diff --git a/docs/source/dev/contributing.rst b/docs/source/dev/contributing.rst
index 1899787b..d9fbb7ca 100644
--- a/docs/source/dev/contributing.rst
+++ b/docs/source/dev/contributing.rst
@@ -17,7 +17,7 @@ Head to the settings section to set one of the following:
 In each Ring submodule there is a ``.gitreview`` file. It contains all the
 necessary info to send a patchset to our gerrit server.
 
-After you commited your changes (one or multiple commits) you can submit them
+After you committed your changes (one or multiple commits) you can submit them
 with:
 
 .. code-block:: bash
diff --git a/docs/source/dev/test/daemon.rst b/docs/source/dev/test/daemon.rst
index 3db31276..cbd9c90a 100644
--- a/docs/source/dev/test/daemon.rst
+++ b/docs/source/dev/test/daemon.rst
@@ -3,7 +3,7 @@ Test the daemon
 
 The unit testing framework
 ##########################
-We use CppUnit on GNU ring project. You can find a simple tutorial with code exemple on the  `official website <http://cppunit.sourceforge.net/doc/cvs/cppunit_cookbook.html>`_.
+We use CppUnit on GNU ring project. You can find a simple tutorial with code example on the  `official website <http://cppunit.sourceforge.net/doc/cvs/cppunit_cookbook.html>`_.
 
 Tests
 #####
diff --git a/scripts/make-packaging-target.py b/scripts/make-packaging-target.py
index d85240a3..c917f40f 100755
--- a/scripts/make-packaging-target.py
+++ b/scripts/make-packaging-target.py
@@ -18,7 +18,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Creates packaging targets for a distribution and architecture.
-# This helps reduce the lenght of the top Makefile.
+# This helps reduce the length of the top Makefile.
 #
 
 import argparse
-- 
GitLab