summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2010-09-09 00:35:43 +0000
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2010-09-09 00:35:43 +0000
commitdf04dd983164fd7dbf9c1553c529e0f67f8fb775 (patch)
treef88f01cfbdb30c95337dcc86bde3f7e82d89d872 /m4
parentdb83e9e1ca403441f41df558f722e9022b32a0ef (diff)
downloadelementary-df04dd983164fd7dbf9c1553c529e0f67f8fb775.tar.gz
Fix common misspellings
Following misspellings were fixed: accomodate->accommodate alwyas->always backgorund->background beween->between dependant->dependent desireable->desirable doesnt->doesn't emmitted->emitted imediately->immediately ocurred->occurred sucess->success ther->the tranformed->transformed usefull->useful SVN revision: 52009
Diffstat (limited to 'm4')
-rw-r--r--m4/efl_binary.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/efl_binary.m4 b/m4/efl_binary.m4
index 119c8542f..c77468817 100644
--- a/m4/efl_binary.m4
+++ b/m4/efl_binary.m4
@@ -4,9 +4,9 @@ dnl That code is public domain and can be freely used or copied.
dnl Macro that check if a binary is built or not
dnl Usage: EFL_ENABLE_BIN(binary)
-dnl Call AC_SUBST(BINARY_PRG) (BINARY is the uppercase of binary, - being tranformed into _)
-dnl Define have_binary (- is tranformed into _)
-dnl Define conditional BUILD_BINARY (BINARY is the uppercase of binary, - being tranformed into _)
+dnl Call AC_SUBST(BINARY_PRG) (BINARY is the uppercase of binary, - being transformed into _)
+dnl Define have_binary (- is transformed into _)
+dnl Define conditional BUILD_BINARY (BINARY is the uppercase of binary, - being transformed into _)
AC_DEFUN([EFL_ENABLE_BIN],
[
@@ -47,7 +47,7 @@ AS_IF([test "x$have_[]m4_defn([DOWN])" = "xyes"], [$2], [$3])
dnl Macro that check if a binary is built or not
dnl Usage: EFL_WITH_BIN(package, binary, default_value)
-dnl Call AC_SUBST(_binary) (_binary is the lowercase of binary, - being tranformed into _ by default, or the value set by the user)
+dnl Call AC_SUBST(_binary) (_binary is the lowercase of binary, - being transformed into _ by default, or the value set by the user)
AC_DEFUN([EFL_WITH_BIN],
[