summaryrefslogtreecommitdiff
path: root/doc/ecore_examples.dox
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2014-01-29 00:19:16 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2014-01-29 00:19:41 +0900
commit23a36b642bd044f7577588c6e7c95bb366035109 (patch)
tree22bb0a6096e6786b9eb8b144b24593510abf5ae9 /doc/ecore_examples.dox
parentd9ef2b1aceaa6ef61a002ca187c4fa380dd6b528 (diff)
efl: fixed documentation typos.
Diffstat (limited to 'doc/ecore_examples.dox')
-rw-r--r--doc/ecore_examples.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ecore_examples.dox b/doc/ecore_examples.dox
index cc7f063f96..bf25fa3804 100644
--- a/doc/ecore_examples.dox
+++ b/doc/ecore_examples.dox
@@ -440,7 +440,7 @@
* @page ecore_poller_example_c ecore poller - Repetitive polling tasks
* @dontinclude ecore_poller_example.c
*
- * This example show how to setup, and explains how an @ref Ecore_Poller is
+ * This example shows how to setup, and explains how an @ref Ecore_Poller is
* called. You can @ref ecore_poller_example.c "see the full source code here".
*
* In this example we store the initial time of the program just to use as
@@ -912,7 +912,7 @@
/**
* @example ecore_timer_example.c
- * This example show how to use timers to have timed events inside ecore.
+ * This example shows how to use timers to have timed events inside ecore.
* See @ref ecore_timer_example_c "the example explained".
*/