elm doc/examples.dox: Fixed documentation typos.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 23 Oct 2012 06:04:01 +0000 (06:04 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 23 Oct 2012 06:04:01 +0000 (06:04 +0000)
SVN revision: 78353

doc/examples.dox

index 4e1b277..c028748 100644 (file)
  * @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.
  *
  * 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
  *