From 5f5f577117917b5fb4fe905b4e261bb57716bbce Mon Sep 17 00:00:00 2001 From: Jerome Pinot Date: Mon, 27 Aug 2012 09:39:17 +0000 Subject: [PATCH] edje: minor typo in configure help SVN revision: 75737 --- legacy/edje/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/edje/configure.ac b/legacy/edje/configure.ac index ad1fb1877a..d5ba65bbe7 100644 --- a/legacy/edje/configure.ac +++ b/legacy/edje/configure.ac @@ -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"