elm elm_getting_started.h: Fixed typo. Patch by Jérôme Pinot <ngc891@gmail.com>.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 07:05:22 +0000 (07:05 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 07:05:22 +0000 (07:05 +0000)
> 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:
>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68883 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_getting_started.h

index 84ccfcb..9bea82f 100644 (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: