diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-02 16:19:52 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-02 16:19:52 -0400 |
commit | 833d87d4efea0370d934228c2714b10880f2228d (patch) | |
tree | 9e976caab68ce20da02abee0cb46a48ddf499db3 | |
parent | 19b6035490eab86c80804976326c4d017185981d (diff) | |
download | efl-833d87d4efea0370d934228c2714b10880f2228d.tar.gz |
minor spelling fixes
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -22,7 +22,7 @@ in the data/ directory. Licensing details are listed in COPYING and the licenses/ directory. The pc/ directory holds all the Package Config files installed to help developers build against EFL. -For more doumentation please see: +For more documentation please see: http://www.enlightenment.org/p.php?p=docs @@ -320,7 +320,7 @@ asynchronous. This is a small C-like language compiler and byte-code interpreter library. This is used for scripting in Edje. The code is based on original source from the Pawn/Small Language but has been made -portable (endianess issues fixed) and 64bit issues fixed, with the +portable (endianness issues fixed) and 64bit issues fixed, with the runtime library being refactored to be extremely small. diff --git a/configure.ac b/configure.ac index b4b270b20e..03da7da2cc 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ EFL_API_LEGACY_DEF="#define EFL_NOLEGACY_API_SUPPORT" EFL_API_EO_DEF="#define EFL_EO_API_SUPPORT" efl_api="both" -#### For the moment the Eo EFL API is not ready you need to explicitely optin. +#### For the moment the Eo EFL API is not ready you need to explicitly optin. EFL_ENABLE_EO_API_SUPPORT EFL_ENABLE_BETA_API_SUPPORT |