Fix some typos/grammar issues in new README

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-11-29 10:35:46 +00:00
parent b546fb6113
commit d73d597330
1 changed files with 10 additions and 10 deletions

20
README
View File

@ -7,7 +7,7 @@ EFL 1.8.0
****************************************************************************** ******************************************************************************
EFL is a collection of libraries for handling many common tasks a EFL is a collection of libraries for handling many common tasks a
developer man have such as data structures, communication, rendering, developer may have such as data structures, communication, rendering,
widgets and more. widgets and more.
There are many components inside EFL. They also build various things There are many components inside EFL. They also build various things
@ -49,7 +49,7 @@ events to appropriate callbacks.
This library provides an API for audio playback and recording. It uses This library provides an API for audio playback and recording. It uses
pulse audio underneath to handle mixing and policies. The API for this pulse audio underneath to handle mixing and policies. The API for this
should not be considered stable right now because it relies on EO and should not be considered stable right now because it relies on EO and
EO is not considers finalized yet. EO is not considered finalized yet.
@ -66,7 +66,7 @@ Mac porting.
//BSD 2-Clause license// //BSD 2-Clause license//
This provides a completely event-based TCP/UDB and Unix domain socket This provides a completely event-based TCP/UDP and Unix domain socket
API that integrates with the main-loop. This means no blocking to send API that integrates with the main-loop. This means no blocking to send
or receive data, supporting "infinite send buffers" with storage and or receive data, supporting "infinite send buffers" with storage and
spooling being done by Ecore Con. It also supports SSL encryption spooling being done by Ecore Con. It also supports SSL encryption
@ -241,7 +241,7 @@ This library is a data storage, encoding and decoding library
designed to be extremely compact, fast and easy to use. It can take designed to be extremely compact, fast and easy to use. It can take
data structures directly from memory and serialize them portably to data structures directly from memory and serialize them portably to
disk, then de-serialize them right back to the same data structures in disk, then de-serialize them right back to the same data structures in
memory handling allocation and population of memory all for you in 1 memory, handling allocation and population of memory all for you in 1
call. It handles indirections such as pointers, linked lists, arrays call. It handles indirections such as pointers, linked lists, arrays
and hash tables too, so almost any level of data structure complexity and hash tables too, so almost any level of data structure complexity
can be easily saved and loaded back. It is used for "edj" files by can be easily saved and loaded back. It is used for "edj" files by
@ -391,7 +391,7 @@ asynchronously.
//LGPL v2 license// //LGPL v2 license//
This is the client-side part of Ethumb that provides and API for This is the client-side part of Ethumb that provides an API for
clients to request the Ethumb thumbnailer to generate or find cached clients to request the Ethumb thumbnailer to generate or find cached
thumbnails of files. thumbnails of files.
@ -586,8 +586,8 @@ owned by EFL, then valgrind won't alert on memory leaks or use of
unused memory. EFL will use memcheck.h from valgrind to declare its unused memory. EFL will use memcheck.h from valgrind to declare its
memory pools to valgrind, producing better debugging results. memory pools to valgrind, producing better debugging results.
However valgrind is only available to limited platforms, making us However valgrind is only available to limited platforms, making it
hard to declare it a mandatory requirement. Based on hard for us to declare it a mandatory requirement. Based on
--with-profile={dev,debug} valgrind will be used if available or will --with-profile={dev,debug} valgrind will be used if available or will
be issued a warning. You can force valgrind with --enable-valgrind, or be issued a warning. You can force valgrind with --enable-valgrind, or
disable it and the warning with --disable-valgrind. disable it and the warning with --disable-valgrind.
@ -599,10 +599,10 @@ dependency on valgrind.
BULLET PHYSICS DEPENDENCY BULLET PHYSICS DEPENDENCY
------------------------- -------------------------
EFL comes with EPhysics (a physics wrapper library) enabled by default, to EFL comes with EPhysics (a physics wrapper library) enabled by
build it the user must have BulletPhysics engine installed. default. To build it the user must have BulletPhysics engine installed.
More informations about BulletPhysics can be obtained in the upstream project More information about BulletPhysics can be obtained in the upstream project
web site at http://bulletphysics.org web site at http://bulletphysics.org
We have received many reports about BulletPhysics installation and distros We have received many reports about BulletPhysics installation and distros