Fix common misspellings

Following misspellings were fixed:

accomodate->accommodate
alwyas->always
backgorund->background
beween->between
dependant->dependent
desireable->desirable
doesnt->doesn't
emmitted->emitted
imediately->immediately
ocurred->occurred
sucess->success
ther->the
tranformed->transformed
usefull->useful



SVN revision: 52009
This commit is contained in:
Lucas De Marchi 2010-09-09 00:35:43 +00:00
parent 22104cfabb
commit 3e8419285d
20 changed files with 26 additions and 26 deletions

View File

@ -4,9 +4,9 @@ dnl That code is public domain and can be freely used or copied.
dnl Macro that check if a binary is built or not
dnl Usage: EFL_ENABLE_BIN(binary)
dnl Call AC_SUBST(BINARY_PRG) (BINARY is the uppercase of binary, - being tranformed into _)
dnl Define have_binary (- is tranformed into _)
dnl Define conditional BUILD_BINARY (BINARY is the uppercase of binary, - being tranformed into _)
dnl Call AC_SUBST(BINARY_PRG) (BINARY is the uppercase of binary, - being transformed into _)
dnl Define have_binary (- is transformed into _)
dnl Define conditional BUILD_BINARY (BINARY is the uppercase of binary, - being transformed into _)
AC_DEFUN([EFL_ENABLE_BIN],
[
@ -47,7 +47,7 @@ AS_IF([test "x$have_[]m4_defn([DOWN])" = "xyes"], [$2], [$3])
dnl Macro that check if a binary is built or not
dnl Usage: EFL_WITH_BIN(package, binary, default_value)
dnl Call AC_SUBST(_binary) (_binary is the lowercase of binary, - being tranformed into _ by default, or the value set by the user)
dnl Call AC_SUBST(_binary) (_binary is the lowercase of binary, - being transformed into _ by default, or the value set by the user)
AC_DEFUN([EFL_WITH_BIN],
[

View File

@ -151,7 +151,7 @@ my_win_main(char *autorun)
evas_object_smart_callback_add(win, "delete,request", my_win_del, NULL);
/* add a background to our window. this just uses the standard theme set
* background. without a backgorund, you could make a window seem
* background. without a background, you could make a window seem
* transparent with elm_win_alpha_set(win, 1); for example. if you have
* a compositor running this will make the window able to be
* semi-transparent and any space not filled by object/widget pixels will

View File

@ -212,7 +212,7 @@ test_pager_slide(void *data, Evas_Object *obj, void *event_info)
elm_label_label_set(lb,
"This is page 1 in a slide pager.<br>"
"<br>"
"The slide pager style is usefull for browsing<br>"
"The slide pager style is useful for browsing<br>"
"a hierarchy of objects, as it makes clear<br>"
"the direction of the browse.<br>"
"This is the 'slide' style, also available<br>"

View File

@ -250,7 +250,7 @@ elm_anchorblock_text_set(Evas_Object *obj, const char *text)
*
* @param obj The anchorblock object
* @return text The markup text set or @c NULL, either if it was not set
* or an error ocurred
* or an error occurred
*
* @ingroup Anchorblock
*/

View File

@ -244,7 +244,7 @@ elm_anchorview_text_set(Evas_Object *obj, const char *text)
*
* @param obj The anchorview object
* @return text The markup text set or @c NULL, either if it was not set
* or an error ocurred
* or an error occurred
*
* @ingroup Anchorview
*/

View File

@ -905,7 +905,7 @@ elm_calendar_format_function_set(Evas_Object *obj, char * (*format_function) (st
*
* @param obj The calendar object
* @param mark_type A string used to define the type of mark. It will be
* emmitted to the theme, that should display a related modification on these
* emitted to the theme, that should display a related modification on these
* days representation.
* @param mark_time A time struct to represent the date of inclusion of the
* mark. For marks that repeats it will just be displayed after the inclusion

View File

@ -1199,7 +1199,7 @@ found:
}
else if (savedtypes.textreq)
{
/* Already asked: Pretend we asked now, and paste imediately when
/* Already asked: Pretend we asked now, and paste immediately when
* it comes in */
savedtypes.textreq = 0;
ecore_x_dnd_send_finished();

View File

@ -427,7 +427,7 @@ _config_update(void)
#define COPYSTR(x) COPYPTR(x)
/* we also need to update for property changes in the root window
* if needed, but that will be dependant on new properties added
* if needed, but that will be dependent on new properties added
* with each version */
/* nothing here, just an example */

View File

@ -76,7 +76,7 @@ _theme_hook(Evas_Object *obj)
{
Widget_Data *wd = elm_widget_data_get(obj);
if (!wd) return;
// FIXME: hover contents doesnt seem to propagate resizes properly
// FIXME: hover contents doesn't seem to propagate resizes properly
_elm_theme_object_set(obj, wd->cov, "hover", "base", elm_widget_style_get(obj));
edje_object_scale_set(wd->cov, elm_widget_scale_get(obj) *
_elm_config->scale);

View File

@ -142,7 +142,7 @@ elm_icon_add(Evas_Object *parent)
* @param file The path to file that will be used as icon
* @param group The group that the icon belongs in edje file
*
* @return (1 = sucess, 0 = error)
* @return (1 = success, 0 = error)
*
* @ingroup Icon
*/
@ -171,7 +171,7 @@ elm_icon_file_set(Evas_Object *obj, const char *file, const char *group)
* @param obj The icon object
* @param name The theme name
*
* @return (1 = sucess, 0 = error)
* @return (1 = success, 0 = error)
*
* @ingroup Icon
*/

View File

@ -149,7 +149,7 @@ elm_image_add(Evas_Object *parent)
* @param file The path to file that will be used as image
* @param group The group that the image belongs in edje file
*
* @return (1 = sucess, 0 = error)
* @return (1 = success, 0 = error)
*
* @ingroup Image
*/

View File

@ -170,7 +170,7 @@ elm_layout_add(Evas_Object *parent)
* @param file The path to file (edj) that will be used as layout
* @param group The group that the layout belongs in edje file
*
* @return (1 = sucess, 0 = error)
* @return (1 = success, 0 = error)
*
* @ingroup Layout
*/
@ -193,7 +193,7 @@ elm_layout_file_set(Evas_Object *obj, const char *file, const char *group)
* @param group the group
* @param style the style to used
*
* @return (1 = sucess, 0 = error)
* @return (1 = success, 0 = error)
*
* @ingroup Layout
*/

View File

@ -1198,7 +1198,7 @@ elm_finger_size_all_set(Evas_Coord size)
*
* This takes width and height sizes (in pixels) as input and a size multiple
* (which is how many fingers you want to place within the area), and adjusts
* the size tobe large enough to accomodate finger. On return the w and h
* the size tobe large enough to accommodate finger. On return the w and h
* sizes poiner do by these parameters will be modified.
*
* @param times_w How many fingers should fit horizontally
@ -1305,7 +1305,7 @@ elm_object_focus_allow_get(const Evas_Object *obj)
* @defgroup Scrollhints Scrollhints
*
* Objects when inside a scroller can scroll, but this may not always be
* desireable in certain situations. This allows an object to hint to itself
* desirable in certain situations. This allows an object to hint to itself
* and parents to "not scroll" in one of 2 ways.
*
* 1. To hold on scrolling. This means just flicking and dragging may no

View File

@ -3,7 +3,7 @@
/* what are moodules in elementary for? for modularising behavior and features
* so they can be plugged in and out where you dont want the core source to
* alwyas behave like that or do it that way. plug it at runtime!
* always behave like that or do it that way. plug it at runtime!
*
* they have module names (in config) and "slots" to plug that module into
* to server a purpose. eg you plug plugin "xx" into the "entry-copy-paste"

View File

@ -159,7 +159,7 @@ elm_photo_add(Evas_Object *parent)
* @param obj The photo object
* @param file The path to file that will be used as photo
*
* @return (1 = sucess, 0 = error)
* @return (1 = success, 0 = error)
*
* @ingroup Photo
*/

View File

@ -1610,7 +1610,7 @@ elm_photocam_paused_get(const Evas_Object *obj)
}
/**
* Get ther internal low-res image used for photocam
* Get the internal low-res image used for photocam
*
* This gets the internal image object inside photocam. Do not modify it. It
* is for inspection only, and hooking callbacks to. Nothing else. It may be

View File

@ -288,7 +288,7 @@ elm_progressbar_pulse(Evas_Object *obj, Eina_Bool state)
* Set the value the progressbar indicates
*
* @param obj The progressbar object
* @param val The fraction value (must be beween 0.0 and 1.0)
* @param val The fraction value (must be between 0.0 and 1.0)
*
* @ingroup Progressbar
*/

View File

@ -683,7 +683,7 @@ elm_slider_min_max_get(const Evas_Object *obj, double *min, double *max)
* Set the value the slider indicates
*
* @param obj The slider object
* @param val The value (must be beween min and max for the slider)
* @param val The value (must be between min and max for the slider)
*
* @ingroup Slider
*/

View File

@ -713,7 +713,7 @@ elm_spinner_step_get(const Evas_Object *obj)
* Set the value the spinner indicates
*
* @param obj The spinner object
* @param val The value (must be beween min and max for the spinner)
* @param val The value (must be between min and max for the spinner)
*
* @ingroup Spinner
*/

View File

@ -150,7 +150,7 @@ _elm_win_obj_callback_del(void *data, Evas *e __UNUSED__, Evas_Object *obj, void
// edje_file_cache_flush();
// edje_collection_cache_flush();
// FIXME: we are in the del handler for the object and delete the canvas
// that lives under it from the handler... nasty. deferring doesnt help either
// that lives under it from the handler... nasty. deferring doesn't help either
ecore_job_add(_deferred_ecore_evas_free, win->ee);
// ecore_evas_free(win->ee);
free(win);