README: fix some typos.
authorJerome Benoit <jerome.benoit@sap.com>
Sun, 26 Feb 2017 12:14:48 +0000 (13:14 +0100)
committerJerome Benoit <jerome.benoit@sap.com>
Sun, 26 Feb 2017 12:14:48 +0000 (13:14 +0100)
Signed-off-by: Jerome Benoit <jerome.benoit@sap.com>
README

diff --git a/README b/README
index a8411009e3dddf6e7f7f2a541a7df045772824bb..6b302620204184540faec44a5e431f9a60d6d5c1 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Introduction:
 The whole purpose of the current C code is to solve the 
 Polytech'Marseille C tutorial exercices.
 
-The repositories organisation is pretty straightforward: 
+The repository organisation is pretty straightforward:
 -> exo? where ? is a digit is the repository where lies the 
 solution to exercice one, and so on.
 
@@ -37,5 +37,5 @@ It's the directory exo_skel with a basic Makefile inside
 To use it:
   $ cp -a exo_skel exo# (where # is a digit)
   $ cd exo# && cp exo_skel.c exo#.c                    
-  edit the Makefile to change the TARGET variable to the 
+  Edit the Makefile to change the TARGET variable to the
   exercice name desired