Skip to content

Commit

Permalink
fix spelling errors
Browse files Browse the repository at this point in the history
Change-Id: I1ade1fcfb4060ecb1e3410d1c7681047c2c2d1b4
Reviewed-by: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  • Loading branch information
hlef authored and atraczyk committed Jul 24, 2018
1 parent d748275 commit 00607be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/dev/compiling_and_installing/gnome_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/dev/compiling_and_installing/lrc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/dev/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/dev/test/daemon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
#####
Expand Down
2 changes: 1 addition & 1 deletion scripts/make-packaging-target.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00607be

Please sign in to comment.