Fix common misspellings

Following misspellings were fixed:

acheive->achieve
appart->apart
isnt->isn't
succesfully->successfully
taht->that



SVN revision: 51987
This commit is contained in:
Lucas De Marchi 2010-09-08 11:27:59 +00:00
parent be1b6d32ef
commit 67771ee617
5 changed files with 6 additions and 6 deletions

View File

@ -1122,7 +1122,7 @@ efreet_desktop_link_fields_save(Efreet_Desktop *desktop, Efreet_Ini *ini)
* @internal
* @param desktop: the Efreet_Desktop to store parsed fields in
* @param ini: the Efreet_Ini to parse fields from
* @return 1 if parsed succesfully, 0 otherwise
* @return 1 if parsed successfully, 0 otherwise
* @brief Parse desktop fields that all types can include
*/
static int

View File

@ -1292,7 +1292,7 @@ efreet_icon_theme_dir_scan_all(const char *theme_name)
* themes.
* @return Returns no value
* @brief Scans the given directory and adds non-hidden icon themes to the
* given list. If the theme isnt' in our cache then load the index.theme and
* given list. If the theme isn't' in our cache then load the index.theme and
* add to the cache.
*/
static void

View File

@ -65,7 +65,7 @@ struct Efreet_Icon_Theme
unsigned char hidden:1; /**< Should this theme be hidden from users */
unsigned char valid:1; /**< Have we seen an index for this theme */
unsigned char fake:1; /**< This isnt' a real theme but the user has
unsigned char fake:1; /**< This isn't' a real theme but the user has
tried to query from it. We create the
fake one to give us the theme cache. */
};

View File

@ -698,7 +698,7 @@ efreet_menu_parse(const char *path)
IF_FREE_HASH(efreet_merged_dirs);
efreet_merged_dirs = eina_hash_string_superfast_new(NULL);
/* split appart the filename and the path */
/* split apart the filename and the path */
internal = efreet_menu_internal_new();
if (!internal) return NULL;
@ -2705,7 +2705,7 @@ efreet_menu_process_dirs(Efreet_Menu_Internal *internal)
/**
* @internal
* @param menu: the menu to process
* @param only_unallocated: Only handle menus taht deal with unallocated items
* @param only_unallocated: Only handle menus that deal with unallocated items
* @return Returns no value
* @brief Handles the processing of the filters attached to the given menu.
*

View File

@ -1073,7 +1073,7 @@ efreet_mime_shared_mimeinfo_magic_load(const char *file)
* The indent, range-length, word-size and mask components are optional.
* If missing, indent defaults to 0, range-length to 1, the word-size to 1,
* and the mask to all 'one' bits. In our case, mask is null as it is
* quicker, uses less memory and will acheive the same exact effect.
* quicker, uses less memory and will achieve the same exact effect.
*/
static void
efreet_mime_shared_mimeinfo_magic_parse(char *data, int size)