[FE training-materials-updates] slides/autotools-usage: fix typo

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jun 2 03:46:41 CEST 2015


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=cc667d8399a594f7fb7d04701fa6de6d0904fa1a

>---------------------------------------------------------------

commit cc667d8399a594f7fb7d04701fa6de6d0904fa1a
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Mon Jun 1 21:11:13 2015 +0200

    slides/autotools-usage: fix typo
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


>---------------------------------------------------------------

cc667d8399a594f7fb7d04701fa6de6d0904fa1a
 slides/autotools-usage/autotools-usage.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/autotools-usage/autotools-usage.tex b/slides/autotools-usage/autotools-usage.tex
index a150e4c..1df0214 100644
--- a/slides/autotools-usage/autotools-usage.tex
+++ b/slides/autotools-usage/autotools-usage.tex
@@ -237,7 +237,7 @@ checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
     \begin{itemize}
     \item Build different configurations without having to rebuild
       from scratch each time.
-    \item Do not clutter the source directory with build related files
+    \item Not clutter the source directory with build related files
     \end{itemize}
   \item To use out of tree compilation, simply run the configure
     script from another empty directory



More information about the training-materials-updates mailing list