elm doc/examples.dox: Fixed documentation typos.

SVN revision: 78353
This commit is contained in:
Daniel Juyung Seo 2012-10-23 06:04:01 +00:00
parent 1b947bfe2c
commit fef043c339
1 changed files with 3 additions and 3 deletions

View File

@ -5202,8 +5202,8 @@
* @page tutorial_notify Notify example * @page tutorial_notify Notify example
* @dontinclude notify_example_01.c * @dontinclude notify_example_01.c
* *
* In this example we will have 3 notifys in 3 different positions. The first of * In this example we will have 3 notifies in 3 different positions. The first
* which will dissapear after 5 seconds or when a click outside it occurs, the * 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 * second and third will not disappear and differ from each other only in
* position. * position.
* *
@ -5217,7 +5217,7 @@
* setting its timeout(to autohide it): * setting its timeout(to autohide it):
* @until pack_end * @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: * listen to its "block,clicked" signal:
* @until smart_callback * @until smart_callback
* *