Hi list.
Here are four trivial patches -- just fixing typos.
-- Igor
>From f7310ead4bf48d123f85b366a49670915c8c299e Mon Sep 17 00:00:00 2001
From: Igor Murzov <e-m...@date.by>
Date: Fri, 26 Oct 2012 19:15:46 +0400
Subject: [PATCH 1/2] Fix typos: s/pooler/poller/g
---
src/lib/ecore/Ecore.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h
index 3610af4..e08bec9 100644
--- a/src/lib/ecore/Ecore.h
+++ b/src/lib/ecore/Ecore.h
@@ -145,11 +145,11 @@ sudo make install
* repeatedly doing something with a set interval.
* @see Ecore_Timer_Group
*
- * @subsection poolers Poolers
+ * @subsection pollers Pollers
*
- * Poolers allow for pooling to be centralized into a single place therefore
+ * Pollers allow for polling to be centralized into a single place therefore
* alleviating the need for different parts of the program to wake up at
- * different times to do pooling, thereby making the code simpler and more
+ * different times to do polling, thereby making the code simpler and more
* efficient.
* @see Ecore_Poller_Group
*
--
1.7.12.1
>From e0ef5fbbf1f1de218d929e67d57826c4413c690e Mon Sep 17 00:00:00 2001
From: Igor Murzov <e-m...@date.by>
Date: Fri, 26 Oct 2012 19:13:26 +0400
Subject: [PATCH] Fix typos: s/Ejde/Edje/g
---
src/lib/Edje.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/lib/Edje.h b/src/lib/Edje.h
index a9a2085..e6f9b01 100644
--- a/src/lib/Edje.h
+++ b/src/lib/Edje.h
@@ -342,7 +342,7 @@ EAPI extern Edje_Version *edje_version;
*
* @return The new init count. The initial value is zero.
*
- * This function initializes the Ejde library, making the proper calls
+ * This function initializes the Edje library, making the proper calls
* to internal initialization functions. It will also initialize its
* @b dependencies, making calls to @c eina_init(), @c ecore_init(),
* @c embryo_init() and @c eet_init(). So, there is no need to call
@@ -2221,7 +2221,7 @@ typedef void (*Edje_Signal_Cb) (void *data, Evas_Object *obj, c
/**
* @brief Add a callback for an arriving Edje signal, emitted by
- * a given Ejde object.
+ * a given Edje object.
*
* @param obj A handle to an Edje object
* @param emission The signal's "emission" string
@@ -2304,7 +2304,7 @@ EAPI void *edje_object_signal_callback_del (Evas_Object *obj, const char
/**
* @brief Unregister/delete a callback set for an arriving Edje
- * signal, emitted by a given Ejde object.
+ * signal, emitted by a given Edje object.
*
* @param obj A handle to an Edje object
* @param emission The signal's "emission" string
--
1.7.12.1
>From 9ccc4e16609dcc96fc97e65052992509441b69e2 Mon Sep 17 00:00:00 2001
From: Igor Murzov <e-m...@date.by>
Date: Sun, 28 Oct 2012 16:18:53 +0400
Subject: [PATCH 1/6] Fix typos: s/Unknow/Unknown/g
---
src/modules/fileman/e_fwin.c | 2 +-
src/modules/fileman_opinfo/e_mod_main.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/modules/fileman/e_fwin.c b/src/modules/fileman/e_fwin.c
index c974863..24645db 100644
--- a/src/modules/fileman/e_fwin.c
+++ b/src/modules/fileman/e_fwin.c
@@ -3016,7 +3016,7 @@ _e_fwin_op_registry_listener_cb(void *data,
break;
default:
- snprintf(buf, sizeof(buf), _("Unknow operation from slave %d"), ere->id);
+ snprintf(buf, sizeof(buf), _("Unknown operation from slave %d"), ere->id);
}
E_FREE(total);
}
diff --git a/src/modules/fileman_opinfo/e_mod_main.c b/src/modules/fileman_opinfo/e_mod_main.c
index 72d91fe..439e0c6 100644
--- a/src/modules/fileman_opinfo/e_mod_main.c
+++ b/src/modules/fileman_opinfo/e_mod_main.c
@@ -122,7 +122,7 @@ _opinfo_op_registry_listener(void *data, const E_Fm2_Op_Registry_Entry *ere)
snprintf(buf, sizeof(buf), _("Deleting files..."));
break;
default:
- snprintf(buf, sizeof(buf), _("Unknow operation from slave %d"), ere->id);
+ snprintf(buf, sizeof(buf), _("Unknown operation from slave %d"), ere->id);
}
E_FREE(total);
}
--
1.7.12.1
>From c50f64a8598f88c5ae3e2dceedf37814a7d1fd6b Mon Sep 17 00:00:00 2001
From: Igor Murzov <e-m...@date.by>
Date: Sun, 28 Oct 2012 16:19:56 +0400
Subject: [PATCH 1/8] Fix a typo: s/Avalaible/Available/
---
news/src/news_config_dialog_item_content.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/news/src/news_config_dialog_item_content.c b/news/src/news_config_dialog_item_content.c
index 5ee3e9c..01f5ed8 100644
--- a/news/src/news_config_dialog_item_content.c
+++ b/news/src/news_config_dialog_item_content.c
@@ -255,7 +255,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
o = e_widget_list_add(evas, 0, 1);
- of = e_widget_frametable_add(evas, D_("Avalaible Feeds"), 0);
+ of = e_widget_frametable_add(evas, D_("Available Feeds"), 0);
ob = e_widget_ilist_add(evas, 16, 16, NULL);
e_widget_ilist_multi_select_set(ob, 1);
--
1.7.12.1
------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel