elm elm_getting_started.h: Fixed typo. Patch by Jérôme Pinot <ngc891@gmail.com>.

> Small typo:
>
>
> Index: src/lib/elm_getting_started.h
> ===================================================================
> --- src/lib/elm_getting_started.h       (revision 68874)
> +++ src/lib/elm_getting_started.h       (working copy)
> @@ -79,7 +79,7 @@
>  * specify a different prefix with configure:
>  *
>  * @verbatim
> - * ./confiugre --prefix=$HOME/mysoftware
> + * ./configure --prefix=$HOME/mysoftware
>  * @endverbatim
>  *
>  * Also remember that autotools buys you some useful commands like:
>

SVN revision: 68883
This commit is contained in:
Daniel Juyung Seo 2012-03-07 07:05:22 +00:00
parent 543d234a2b
commit c10aa6ce74
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
* specify a different prefix with configure:
*
* @verbatim
* ./confiugre --prefix=$HOME/mysoftware
* ./configure --prefix=$HOME/mysoftware
* @endverbatim
*
* Also remember that autotools buys you some useful commands like: