zmike pushed a commit to branch efl-1.22. http://git.enlightenment.org/core/efl.git/commit/?id=7f05be39f183a0d5ce21350ec5437c0396bc58c7
commit 7f05be39f183a0d5ce21350ec5437c0396bc58c7 Author: JunsuChoi <[email protected]> Date: Thu Apr 25 11:02:14 2019 +0200 README, doc : Fix typo Reviewers: Hermet, kimcinoo, segfaultxavi Reviewed By: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8710 --- README | 2 +- doc/evas_examples.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 9d0b03cb66..f2404c0246 100644 --- a/README +++ b/README @@ -426,7 +426,7 @@ COMPILING AND INSTALLING make sudo make install -If you have doxygen, then you csan build documentation with: +If you have doxygen, then you can build documentation with: make doc diff --git a/doc/evas_examples.dox b/doc/evas_examples.dox index 809132f173..701b8a3cfd 100644 --- a/doc/evas_examples.dox +++ b/doc/evas_examples.dox @@ -693,7 +693,7 @@ * not seeing its front face. * @until evas_object_map_enable_set * - * And we free this map, since since we messed too much with it and for the + * And we free this map, since we messed too much with it and for the * last object we want something cleaner. * @until evas_map_free * --
