minor spelling fixes

This commit is contained in:
Mike Frysinger 2016-04-02 16:19:52 -04:00
parent 19b6035490
commit 833d87d4ef
2 changed files with 3 additions and 3 deletions

4
README
View File

@ -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.

View File

@ -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