elm: Fixed typos.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Feb 2012 02:39:31 +0000 (02:39 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Feb 2012 02:39:31 +0000 (02:39 +0000)
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68485 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

26 files changed:
src/lib/elc_ctxpopup.h
src/lib/elc_fileselector_button.h
src/lib/elc_fileselector_entry.h
src/lib/elc_hoversel.h
src/lib/elm_bg.h
src/lib/elm_bubble.h
src/lib/elm_button.h
src/lib/elm_check.h
src/lib/elm_conform.h
src/lib/elm_deprecated.h
src/lib/elm_diskselector.h
src/lib/elm_entry.h
src/lib/elm_flip.h
src/lib/elm_frame.h
src/lib/elm_hover.h
src/lib/elm_mapbuf.h
src/lib/elm_menu.h
src/lib/elm_notify.h
src/lib/elm_panel.h
src/lib/elm_panes.h
src/lib/elm_progressbar.h
src/lib/elm_radio.h
src/lib/elm_scroller.h
src/lib/elm_segment_control.h
src/lib/elm_slider.h
src/lib/elm_video.h

index f1855b8..240501b 100644 (file)
  * Signals that you can add callbacks for are:
  * "dismissed" - the ctxpopup was dismissed
  *
- * Default contents parts of the ctxpopup widget that you can use for are:
+ * Default content parts of the ctxpopup widget that you can use for are:
  * @li "default" - A content of the ctxpopup
  *
- * Default contents parts of the ctxpopup items that you can use for are:
+ * Default content parts of the ctxpopup items that you can use for are:
  * @li "icon" - An icon in the title area
  *
  * Default text parts of the ctxpopup items that you can use for are:
index ad77540..dde4284 100644 (file)
@@ -33,7 +33,7 @@
  * are:
  * @li "default" - Label of the fileselector_button
  *
- * Default contents parts of the fileselector_button widget that you can use for
+ * Default content parts of the fileselector_button widget that you can use for
  * are:
  * @li "icon" - Icon of the fileselector_button
  *
index ec96ff5..fe30381 100644 (file)
@@ -45,7 +45,7 @@
  * are:
  * @li "default" - Label of the fileselector_button
  *
- * Default contents parts of the fileselector_entry widget that you can use for
+ * Default content parts of the fileselector_entry widget that you can use for
  * are:
  * @li "button icon" - Button icon of the fileselector_entry
  *
index 43a0993..d18ad17 100644 (file)
@@ -16,7 +16,7 @@
  * "selected" - an item in the hoversel list is selected. event_info is the item
  * "dismissed" - the hover is dismissed
  *
- * Default contents parts of the hoversel widget that you can use for are:
+ * Default content parts of the hoversel widget that you can use for are:
  * @li "icon" - An icon of the hoversel
  *
  * Default text parts of the hoversel widget that you can use for are:
index e3c6ea5..0feff07 100644 (file)
@@ -12,7 +12,7 @@
  * some properties useful to a background, like setting it to tiled,
  * centered, scaled or stretched.
  *
- * Default contents parts of the bg widget that you can use for are:
+ * Default content parts of the bg widget that you can use for are:
  * @li "overlay" - overlay of the bg
  *
  * Supported elm_object common APIs.
index d085a99..1638919 100644 (file)
@@ -31,7 +31,7 @@
  * Signals that you can add callbacks for are:
  * @li "clicked" - This is called when a user has clicked the bubble.
  *
- * Default contents parts of the bubble that you can use for are:
+ * Default content parts of the bubble that you can use for are:
  * @li "default" - A content of the bubble
  * @li "icon" - An icon of the bubble
  *
index 30bc492..feb5acb 100644 (file)
@@ -31,7 +31,7 @@
  * @li colorselector: Internally used by @ref Colorselector 
  * for its left and right buttons.
  *
- * Default contents parts of the button widget that you can use for are:
+ * Default content parts of the button widget that you can use for are:
  * @li "icon" - An icon of the button
  *
  * Default text parts of the button widget that you can use for are:
index ce0e90d..6158d76 100644 (file)
@@ -23,7 +23,7 @@
  * "changed" - This is called whenever the user changes the state of one of
  *             the check object(event_info is NULL).
  *
- * Default contents parts of the check widget that you can use for are:
+ * Default content parts of the check widget that you can use for are:
  * @li "icon" - An icon of the check
  *
  * Default text parts of the check widget that you can use for are:
index 9cce4b1..992c59c 100644 (file)
@@ -19,7 +19,7 @@
  * Available styles for it:
  * - @c "default"
  *
- * Default contents parts of the conformant widget that you can use for are:
+ * Default content parts of the conformant widget that you can use for are:
  * @li "default" - A content of the conformant
  *
  * See how to use this widget in this example:
index bf95c18..d97de36 100644 (file)
@@ -22,7 +22,7 @@
  *                 until the toggle is released by the cursor (assuming it
  *                 has been triggered by the cursor in the first place).
  *
- * Default contents parts of the toggle widget that you can use for are:
+ * Default content parts of the toggle widget that you can use for are:
  * @li "icon" - An icon of the toggle
  *
  * Default text parts of the toggle widget that you can use for are:
index 2015eb7..adfa256 100644 (file)
@@ -18,7 +18,7 @@
  * Available styles for it:
  * - @c "default"
  *
- * Default contents parts of the diskselector items that you can use for are:
+ * Default content parts of the diskselector items that you can use for are:
  * @li "icon" - An icon in the diskselector item
  *
  * Default text parts of the diskselector items that you can use for are:
index 7df3e74..f088ee7 100644 (file)
  * @li "preedit,changed": The preedit string has changed.
  * @li "language,changed": Program language changed.
  *
- * Default contents parts of the entry items that you can use for are:
+ * Default content parts of the entry items that you can use for are:
  * @li "icon" - An icon in the entry
  * @li "end" - A content in the end of the entry
  *
index 56a5cae..222b07c 100644 (file)
@@ -18,7 +18,7 @@
  * "animate,begin" - when a flip animation was started
  * "animate,done" - when a flip animation is finished
  *
- * Default contents parts of the flip widget that you can use for are:
+ * Default content parts of the flip widget that you can use for are:
  * @li "front" - A front content of the flip 
  * @li "back" - A back content of the flip 
  *
index 3fcbe60..9020236 100644 (file)
@@ -21,7 +21,7 @@
  * Smart callbacks one can listen to:
  * - @c "clicked" - The user has clicked the frame's label
  *
- * Default contents parts of the frame widget that you can use for are:
+ * Default content parts of the frame widget that you can use for are:
  * @li "default" - A content of the frame
  *
  * Default text parts of the frame widget that you can use for are:
index eb9616d..44dfd45 100644 (file)
@@ -40,7 +40,7 @@
  * @li "smart,changed" - a content object placed under the "smart"
  *                   policy was replaced to a new slot direction.
  *
- * Default contents parts of the hover widget that you can use for are:
+ * Default content parts of the hover widget that you can use for are:
  * @li "left"
  * @li "top-left"
  * @li "top"
@@ -52,7 +52,7 @@
  * @li "middle"
  * @li "smart"
  *
- * @note These contents parts indicates the direction that the content will be
+ * @note These content parts indicates the direction that the content will be
  * displayed
  *
  * All directions may have contents at the same time, except for
index 26da6bb..91422bf 100644 (file)
@@ -12,7 +12,7 @@
  * need to resize or move it frequently (the content object and its
  * children).
  *
- * Default contents parts of the mapbuf widget that you can use for are:
+ * Default content parts of the mapbuf widget that you can use for are:
  * @li "default" - A content of the mapbuf
  *
  * Supported elm_object common APIs.
index 4e75622..f720d63 100644 (file)
@@ -12,7 +12,7 @@
  * Signals that you can add callbacks for are:
  * @li "clicked" - the user clicked the empty space in the menu to dismiss.
  *
- * Default contents parts of the menu items that you can use for are:
+ * Default content parts of the menu items that you can use for are:
  * @li "default" - A main content of the menu item
  *
  * Default text parts of the menu items that you can use for are:
index 27bba74..6914fbb 100644 (file)
@@ -13,7 +13,7 @@
  * @li "timeout" - when timeout happens on notify and it's hidden
  * @li "block,clicked" - when a click outside of the notify happens
  *
- * Default contents parts of the notify widget that you can use for are:
+ * Default content parts of the notify widget that you can use for are:
  * @li "default" - A content of the notify
  *
  * Supported elm_object common APIs.
index 5c948e6..088168e 100644 (file)
@@ -12,7 +12,7 @@
  * @li ELM_PANEL_ORIENT_LEFT
  * @li ELM_PANEL_ORIENT_RIGHT
  *
- * Default contents parts of the panel widget that you can use for are:
+ * Default content parts of the panel widget that you can use for are:
  * @li "default" - A content of the panel
  *
  * Supported elm_object common APIs.
index ab6b0aa..8b1c852 100644 (file)
@@ -23,7 +23,7 @@
  * Available styles for it:
  * - @c "default"
  *
- * Default contents parts of the panes widget that you can use are:
+ * Default content parts of the panes widget that you can use are:
  * @li "left" - A leftside content of the panes
  * @li "right" - A rightside content of the panes
  *
index 97bbcf7..ce2d217 100644 (file)
@@ -34,7 +34,7 @@
  * Default text parts of the progressbar widget that you can use for are:
  * @li "default" - Label of the progressbar
  *
- * Default contents parts of the progressbar widget that you can use for are:
+ * Default content parts of the progressbar widget that you can use for are:
  * @li "icon" - An icon of the progressbar
  *
  * Supported elm_object common APIs.
index 36eadfe..2bd5bc1 100644 (file)
@@ -36,7 +36,7 @@
  * Default text parts of the radio widget that you can use for are:
  * @li "default" - Label of the radio
  *
- * Default contents parts of the radio widget that you can use for are:
+ * Default content parts of the radio widget that you can use for are:
  * @li "icon" - An icon of the radio
  *
  * Supported elm_object common APIs.
index 1d67174..bab068c 100644 (file)
@@ -25,7 +25,7 @@
  * @note When Elementary is in desktop mode the thumbscroll(a.k.a.
  * fingerscroll) won't work.
  *
- * Default contents parts of the scroller widget that you can use for are:
+ * Default content parts of the scroller widget that you can use for are:
  * @li "default" - A content of the scroller
  *
  * Supported elm_object common APIs.
index c973833..e7e6953 100644 (file)
@@ -26,7 +26,7 @@
  * Available styles for it:
  * - @c "default"
  *
- * Default contents parts of the segment control items that you can use for are:
+ * Default content parts of the segment control items that you can use for are:
  * @li "icon" - An icon in a segment control item
  *
  * Default text parts of the segment control items that you can use for are:
index d2651fc..c42bd09 100644 (file)
@@ -39,7 +39,7 @@
  * Available styles for it:
  * - @c "default"
  *
- * Default contents parts of the slider widget that you can use for are:
+ * Default content parts of the slider widget that you can use for are:
  * @li "icon" - An icon of the slider
  * @li "end" - A end part content of the slider
  *
index fc3c657..e548597 100644 (file)
@@ -30,7 +30,7 @@
  * "rewind,clicked" - the user clicked the rewind button.
  * "stop,clicked" - the user clicked the stop button.
  *
- * Default contents parts of the player widget that you can use for are:
+ * Default content parts of the player widget that you can use for are:
  * @li "video" - A video of the player
  *
  */