From fef043c339fb54193f6d15b86dcdff995f01f640 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 23 Oct 2012 06:04:01 +0000 Subject: [PATCH] elm doc/examples.dox: Fixed documentation typos. SVN revision: 78353 --- legacy/elementary/doc/examples.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/elementary/doc/examples.dox b/legacy/elementary/doc/examples.dox index 4e1b27708b..c028748c48 100644 --- a/legacy/elementary/doc/examples.dox +++ b/legacy/elementary/doc/examples.dox @@ -5202,8 +5202,8 @@ * @page tutorial_notify Notify example * @dontinclude notify_example_01.c * - * In this example we will have 3 notifys in 3 different positions. The first of - * which will dissapear after 5 seconds or when a click outside it occurs, the + * In this example we will have 3 notifies in 3 different positions. The first + * will dissappear after 5 seconds or when a outside clickking occurs, the * second and third will not disappear and differ from each other only in * position. * @@ -5217,7 +5217,7 @@ * setting its timeout(to autohide it): * @until pack_end * - * To have the notify dissapear when a click outside its area occur we have to + * To have the notify dissappear when a click outside its area occur we have to * listen to its "block,clicked" signal: * @until smart_callback *