[FE training-materials-updates] slides/autotools-basic: fix typos

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Jun 24 16:01:15 CEST 2015


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

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

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

commit 1534badbf1a10b8e33a96d50c3aa171d811e4a99
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Tue Jun 23 09:18:19 2015 +0200

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


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

1534badbf1a10b8e33a96d50c3aa171d811e4a99
 slides/autotools-basics/autotools-basics.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/autotools-basics/autotools-basics.tex b/slides/autotools-basics/autotools-basics.tex
index 557d66e..8cfe5bc 100644
--- a/slides/autotools-basics/autotools-basics.tex
+++ b/slides/autotools-basics/autotools-basics.tex
@@ -329,7 +329,7 @@ hello_SOURCES = main.c
   \end{block}
 
   \begin{itemize}
-  \item Will compile \code{hello.c} to \code{hello.o}
+  \item Will compile \code{main.c} to \code{main.o}
   \item And link \code{hello.o} into the \code{hello} executable
   \item Which will be installed in \code{$prefix/bin}
   \end{itemize}



More information about the training-materials-updates mailing list