From 8d3d52fbc2f365e0f120bbdfd990a1206e029f00 Mon Sep 17 00:00:00 2001 From: lucas Date: Sat, 18 Jun 2011 19:48:28 +0000 Subject: [PATCH] eina: fix common misspellings Common misspellings found by codespell. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@60479 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/include/eina_accessor.h | 2 +- src/include/eina_list.h | 6 +++--- src/include/eina_simple_xml_parser.h | 2 +- src/lib/eina_prefix.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/include/eina_accessor.h b/src/include/eina_accessor.h index 6ef99c5..b701bbc 100644 --- a/src/include/eina_accessor.h +++ b/src/include/eina_accessor.h @@ -28,7 +28,7 @@ * @page eina_accessor_example_01_page Eina_Accessor usage * @dontinclude eina_accessor_01.c * - * We start by including neccessary headers, declaring variables and + * We start by including necessary headers, declaring variables and * initializing eina: * @skip #include * @until eina_init diff --git a/src/include/eina_list.h b/src/include/eina_list.h index ee0588a..349870e 100644 --- a/src/include/eina_list.h +++ b/src/include/eina_list.h @@ -52,7 +52,7 @@ * passing a NULL pointer to the first @ref eina_list_append() call, when this * is done a list is created. The other @b very important detail to notice is * that the return value is attributed to the @a list variable, this needs to - * be done everytime we use a a function that alters the contents of the list. + * be done every time we use a a function that alters the contents of the list. * * Now that we have a list we some elements in it we can look at it's contents. * @until printf @@ -165,7 +165,7 @@ * Removing elements from a list can be done with ease: * @until sagitarius * - * To replace an element in the list it is not nescessary to remove it and then + * To replace an element in the list it is not necessary to remove it and then * add with the new value, it is possible to just change the value of a node: * @until aquarius * @@ -231,7 +231,7 @@ * * Eina_List is a doubly linked list. It can store data of any type in the * form of void pointers. It has convenience functions to do all the common - * operations which means it should rarely if ever be nescessary to directly + * operations which means it should rarely if ever be necessary to directly * access the struct's fields. Nevertheless it can be useful to understand the * inner workings of the data structure being used. * diff --git a/src/include/eina_simple_xml_parser.h b/src/include/eina_simple_xml_parser.h index 01634a2..8f96e8b 100644 --- a/src/include/eina_simple_xml_parser.h +++ b/src/include/eina_simple_xml_parser.h @@ -151,7 +151,7 @@ typedef Eina_Bool (*Eina_Simple_XML_Attribute_Cb)(void *data, const char *key, c * not a NULL terminated string!), the forth is where this * content is located inside @a buf (does not include tag * start, for instance "" the offset points at - * "value"), the fifth is the size of the content. Whenver this + * "value"), the fifth is the size of the content. Whenever this * function return EINA_FALSE the parser will abort. @param * data what to give as context to @a func. * diff --git a/src/lib/eina_prefix.c b/src/lib/eina_prefix.c index b7cc3d3..78e16bb 100644 --- a/src/lib/eina_prefix.c +++ b/src/lib/eina_prefix.c @@ -222,7 +222,7 @@ _try_argv(Eina_Prefix *pfx, const char *argv0) return 1; } IF_FREE_NULL(pfx->exe_path); - DBG("Non existant argv0: %s\n", argv0); + DBG("Non existent argv0: %s\n", argv0); return 0; } /* 2. relative path */ -- 2.7.4