From 67771ee617f36d6507494c98870adee9a6a08d4f Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 8 Sep 2010 11:27:59 +0000 Subject: [PATCH] Fix common misspellings Following misspellings were fixed: acheive->achieve appart->apart isnt->isn't succesfully->successfully taht->that SVN revision: 51987 --- legacy/efreet/src/lib/efreet_desktop.c | 2 +- legacy/efreet/src/lib/efreet_icon.c | 2 +- legacy/efreet/src/lib/efreet_icon.h | 2 +- legacy/efreet/src/lib/efreet_menu.c | 4 ++-- legacy/efreet/src/lib/efreet_mime.c | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/legacy/efreet/src/lib/efreet_desktop.c b/legacy/efreet/src/lib/efreet_desktop.c index 8ac1a8cf56..3050404698 100644 --- a/legacy/efreet/src/lib/efreet_desktop.c +++ b/legacy/efreet/src/lib/efreet_desktop.c @@ -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 diff --git a/legacy/efreet/src/lib/efreet_icon.c b/legacy/efreet/src/lib/efreet_icon.c index 4c33523f54..f697aed3f1 100644 --- a/legacy/efreet/src/lib/efreet_icon.c +++ b/legacy/efreet/src/lib/efreet_icon.c @@ -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 diff --git a/legacy/efreet/src/lib/efreet_icon.h b/legacy/efreet/src/lib/efreet_icon.h index e6f86f1135..56e3f283a5 100644 --- a/legacy/efreet/src/lib/efreet_icon.h +++ b/legacy/efreet/src/lib/efreet_icon.h @@ -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. */ }; diff --git a/legacy/efreet/src/lib/efreet_menu.c b/legacy/efreet/src/lib/efreet_menu.c index e5168e5a7f..1656bdfa2f 100644 --- a/legacy/efreet/src/lib/efreet_menu.c +++ b/legacy/efreet/src/lib/efreet_menu.c @@ -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. * diff --git a/legacy/efreet/src/lib/efreet_mime.c b/legacy/efreet/src/lib/efreet_mime.c index a789423ad7..f45fe1073e 100644 --- a/legacy/efreet/src/lib/efreet_mime.c +++ b/legacy/efreet/src/lib/efreet_mime.c @@ -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)