doc/examples: fixed typos.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 9 Feb 2014 07:37:47 +0000 (16:37 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 9 Feb 2014 12:51:11 +0000 (21:51 +0900)
doc/examples.dox

index e69353f..c162ef9 100644 (file)
 /**
  * @page mapbuf_example Mapbuf Widget Example
  *
- * This code places a Elementary mapbuf widget on a window,
+ * This code places an Elementary mapbuf widget on a window,
  * to exemplify part of the widget's API.
  *
  * First we'll add an window with a background and a vertical box to
 /**
  * @page map_example_01 Map Example - Creation and Zoom
  *
- * This code places a Elementary map widget on a window,
+ * This code places an Elementary map widget on a window,
  * to exemplify part of the widget's API.
  *
  * Let's start adding a map to our window:
 /**
  * @page map_example_02 Map Example - Overlay Usage
  *
- * This code places a Elementary map widget on a window,
+ * This code places an Elementary map widget on a window,
  * to exemplify part of the widget's API, related to overlays.
  *
  * We'll start this example in the same way as
 /**
  * @page map_example_03 Map Example - Route and Name Usage
  *
- * This code places a Elementary map widget on a window,
+ * This code places an Elementary map widget on a window,
  * to exemplify part of the widget's API, related routes and names.
  *
  * In this example, we will suppose we need to set a route for the user
 /**
  * @page diskselector_example_02 Diskselector - Items management
  *
- * This code places a Elementary diskselector widgets on a window,
+ * This code places an Elementary diskselector widgets on a window,
  * along with some buttons trigerring actions on it (though its API).
  * It covers most of diskselector item functions.
  *
 /**
  * @page list_example_03 List - Items management
  *
- * This code places a Elementary list widgets on a window,
+ * This code places an Elementary list widgets on a window,
  * along with some buttons trigerring actions on it (though its API).
  * It covers most of elm_list_item functions.
  *
 /**
  * @page toolbar_example_01 Toolbar Example - Simple Items
  *
- * This code places a Elementary toolbar widget on a window,
+ * This code places an Elementary toolbar widget on a window,
  * to exemplify part of the widget's API.
  *
  * Let's start adding a button to our window, that will have its text
 /**
  * @page toolbar_example_02 Toolbar Example - Items with States
  *
- * This code places a Elementary toolbar widget on a window,
+ * This code places an Elementary toolbar widget on a window,
  * to exemplify part of the widget's API.
  *
  * Toolbar widgets has support to items with states. Each state
 /**
  * @page segment_control_example Segment Control Example
  *
- * This code places a Elementary segment control widgets on a window,
+ * This code places an Elementary segment control widgets on a window,
  * to exemplify part of the widget's API.
  *
  * Let's start adding a segment control to our window: