getting_started.dox
changeset 57 18404ec968ca
parent 32 ef12f83752f6
     1.1 --- a/getting_started.dox	Mon Mar 01 02:28:05 2010 +0100
     1.2 +++ b/getting_started.dox	Mon Mar 01 02:28:44 2010 +0100
     1.3 @@ -49,7 +49,7 @@
     1.4  g++ -o hello_lemon hello_lemon.cc -lemon
     1.5  \endverbatim
     1.6  
     1.7 -As a result you will get the exacutable \c hello_lemon in the current
     1.8 +As a result you will get the executable \c hello_lemon in the current
     1.9  directory, which you can run by the following command.
    1.10  
    1.11  \verbatim