edje: minor typo in configure help
authorngc891 <ngc891>
Mon, 27 Aug 2012 09:39:17 +0000 (09:39 +0000)
committerngc891 <ngc891@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 27 Aug 2012 09:39:17 +0000 (09:39 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@75737 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index ad1fb18..d5ba65b 100644 (file)
@@ -561,7 +561,7 @@ fi
 build_examples="no"
 AC_ARG_ENABLE([build-examples],
    AC_HELP_STRING([--enable-build-examples],
-                  [Enable building examples. This requires extra denpendencies. If you don't have them installed yet, don't build with this option or it will fail. Build again when you have it, overriding the previous installation). @<:@default==disabled@:>@]),
+                  [Enable building examples. This requires extra dependencies. If you don't have them installed yet, don't build with this option or it will fail. Build again when you have it, overriding the previous installation). @<:@default==disabled@:>@]),
    [
     if test "x${enableval}" = "xyes" ; then
        build_examples="yes"