[evolution] M!66 - Typos 'the the ' -> 'the '
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] M!66 - Typos 'the the ' -> 'the '
- Date: Thu, 1 Oct 2020 07:27:22 +0000 (UTC)
commit 9140a75fba9f2b34ae2a99f901878f01552c995a
Author: Дилян Палаузов <git-dpa aegee org>
Date: Wed Sep 30 23:35:36 2020 +0300
M!66 - Typos 'the the ' -> 'the '
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/66
docs/devel/evolution-plugin-manual.xml | 6 +++---
src/e-util/e-calendar-item.c | 2 +-
src/e-util/e-misc-utils.c | 2 +-
src/e-util/e-table-col.c | 2 +-
src/mail/e-mail-reader-utils.c | 2 +-
src/mail/em-folder-tree.c | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/docs/devel/evolution-plugin-manual.xml b/docs/devel/evolution-plugin-manual.xml
index 2ea1ce4fee..7aaa1d05f1 100644
--- a/docs/devel/evolution-plugin-manual.xml
+++ b/docs/devel/evolution-plugin-manual.xml
@@ -877,7 +877,7 @@
<listitem>
<simpara>
If present, then a plugin-specific function specification of
- the the function to invoke when the the menu is being
+ the function to invoke when the menu is being
created. This function will normally call
e_popup_add_items() to add custom menu items. It is used to
provide more control than the visible and enable masks
@@ -2718,7 +2718,7 @@
Contacts Hooks
</title>
<para>
- Hooks available in the the contacts component.
+ Hooks available in the contacts component.
</para>
<sect1 id="contacts-hooks-popup">
@@ -2785,7 +2785,7 @@
Calendar Hooks
</title>
<para>
- Hooks available in the the calendar component.
+ Hooks available in the calendar component.
</para>
<sect1 id="calendar-hooks-popup">
diff --git a/src/e-util/e-calendar-item.c b/src/e-util/e-calendar-item.c
index 78e728194a..5d3be31c51 100644
--- a/src/e-util/e-calendar-item.c
+++ b/src/e-util/e-calendar-item.c
@@ -1947,7 +1947,7 @@ e_calendar_item_get_week_number (ECalendarItem *calitem,
return week_num + 1;
}
-/* This is supposed to return the nearest item the the point and the distance.
+/* This is supposed to return the nearest item to the point and the distance.
* Since we are the only item we just return ourself and 0 for the distance.
* This is needed so that we get button/motion events. */
static GnomeCanvasItem *
diff --git a/src/e-util/e-misc-utils.c b/src/e-util/e-misc-utils.c
index e3107a2c24..aa90fc0b12 100644
--- a/src/e-util/e-misc-utils.c
+++ b/src/e-util/e-misc-utils.c
@@ -2416,7 +2416,7 @@ e_file_lock_get_pid (void)
* Tries to determine the MIME type for @filename. Free the returned
* string with g_free().
*
- * Returns: the MIME type of @filename, or %NULL if the the MIME type could
+ * Returns: the MIME type of @filename, or %NULL if the MIME type could
* not be determined
**/
gchar *
diff --git a/src/e-util/e-table-col.c b/src/e-util/e-table-col.c
index 4bebad201e..b26070daed 100644
--- a/src/e-util/e-table-col.c
+++ b/src/e-util/e-table-col.c
@@ -101,7 +101,7 @@ e_table_col_init (ETableCol *etc)
* collection of ETableCols). The ETableHeader is the definition of the
* order in which columns are shown to the user.
*
- * The @text argument is the the text that will be shown as a header to the
+ * The @text argument is the text that will be shown as a header to the
* user. @col_idx reflects where the data for this ETableCol object will
* be fetch from an ETableModel. So even if the user changes the order
* of the columns being viewed (the ETableCols in the ETableHeader), the
diff --git a/src/mail/e-mail-reader-utils.c b/src/mail/e-mail-reader-utils.c
index c6afe0eadf..37cc415b2e 100644
--- a/src/mail/e-mail-reader-utils.c
+++ b/src/mail/e-mail-reader-utils.c
@@ -1536,7 +1536,7 @@ mail_reader_print_message_cb (GObject *source_object,
} else {
/* Set activity as completed, and keep it displayed for a few
- * seconds so that user can actually see the the printing was
+ * seconds so that user can actually see the printing was
* successfully finished. */
e_activity_set_state (activity, E_ACTIVITY_COMPLETED);
}
diff --git a/src/mail/em-folder-tree.c b/src/mail/em-folder-tree.c
index 774db93358..9677106712 100644
--- a/src/mail/em-folder-tree.c
+++ b/src/mail/em-folder-tree.c
@@ -2632,7 +2632,7 @@ folder_tree_drop_target (EMFolderTree *folder_tree,
/* FIXME: this is a total hack, but i think all we can do at present */
/* Check for dragging from special folders which can't be moved/copied */
- /* Don't allow moving any of the the special local folders. */
+ /* Don't allow moving any of the special local folders. */
if (src_is_local && is_special_local_folder (src_full_name)) {
GdkAtom xfolder;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]