[evolution-data-server] M!44 - Typo 'the the ' -> 'the '
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] M!44 - Typo 'the the ' -> 'the '
- Date: Thu, 1 Oct 2020 09:45:34 +0000 (UTC)
commit f034d5602dcccfdc92e96c338343e242455caf30
Author: Дилян Палаузов <git-dpa aegee org>
Date: Wed Sep 30 23:44:23 2020 +0300
M!44 - Typo 'the the ' -> 'the '
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/44
.../evolution-data-server/evolution-data-server-cursor-example.sgml.in | 2 +-
src/addressbook/backends/file/e-book-backend-file-migrate-bdb.c | 2 +-
src/addressbook/libebook/e-book-client-cursor.c | 2 +-
src/addressbook/libedata-book/e-book-backend-sqlitedb.c | 2 +-
src/addressbook/libedata-book/e-data-book-cursor.h | 2 +-
src/calendar/libedata-cal/e-cal-cache.c | 2 +-
src/camel/camel-block-file.c | 2 +-
src/camel/providers/imapx/camel-imapx-status-response.c | 2 +-
src/libebackend/e-cache.c | 2 +-
src/libedataserver/e-network-monitor.h | 2 +-
src/libedataserver/e-soup-session.c | 2 +-
src/modules/outlook-backend/module-outlook-backend.c | 2 +-
12 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/docs/reference/evolution-data-server/evolution-data-server-cursor-example.sgml.in
b/docs/reference/evolution-data-server/evolution-data-server-cursor-example.sgml.in
index be999ae2d..0f8a6d534 100644
--- a/docs/reference/evolution-data-server/evolution-data-server-cursor-example.sgml.in
+++ b/docs/reference/evolution-data-server/evolution-data-server-cursor-example.sgml.in
@@ -42,7 +42,7 @@
</para>
</listitem>
<listitem>
- <para>Display the the user's alphabet</para>
+ <para>Display the user's alphabet</para>
<para>
Using interesting features from ICU libraries allow us to display
the user's alphabet, and implement features such as jumping to
diff --git a/src/addressbook/backends/file/e-book-backend-file-migrate-bdb.c
b/src/addressbook/backends/file/e-book-backend-file-migrate-bdb.c
index c9e9503e4..ef3b8868a 100644
--- a/src/addressbook/backends/file/e-book-backend-file-migrate-bdb.c
+++ b/src/addressbook/backends/file/e-book-backend-file-migrate-bdb.c
@@ -228,7 +228,7 @@ e_book_backend_file_upgrade_db (DB *db,
* with the id field in the vcard set
* to something that doesn't match.
* so, we need to modify the card to
- * have the same id as the the dbt. */
+ * have the same id as the dbt. */
if (strcmp (id_dbt.data, e_contact_get_const (contact, E_CONTACT_UID))) {
gchar *vcard;
diff --git a/src/addressbook/libebook/e-book-client-cursor.c b/src/addressbook/libebook/e-book-client-cursor.c
index 11ba43e38..1b8eef998 100644
--- a/src/addressbook/libebook/e-book-client-cursor.c
+++ b/src/addressbook/libebook/e-book-client-cursor.c
@@ -358,7 +358,7 @@
* As shown below, each index in the active alphabet array is a potential cursor state
* which refers to a position before, after or in between contacts in the sorted contact list.
* Most of the positions in the active alphabet array refer to alphabetic glyhps or positions,
- * however the the 'underflow', 'inflow' and 'overflow' positions represent positions for
+ * however the 'underflow', 'inflow' and 'overflow' positions represent positions for
* contacts which sort outside the bounderies of the active alphabet.
* </para>
* <inlinegraphic fileref="cursor-alphabetic-indexes.png" format="PNG" align="center"></inlinegraphic>
diff --git a/src/addressbook/libedata-book/e-book-backend-sqlitedb.c
b/src/addressbook/libedata-book/e-book-backend-sqlitedb.c
index c3ab4267e..681cb893e 100644
--- a/src/addressbook/libedata-book/e-book-backend-sqlitedb.c
+++ b/src/addressbook/libedata-book/e-book-backend-sqlitedb.c
@@ -2701,7 +2701,7 @@ contact_found_cb (gpointer ref,
* Checks if a contact bearing the UID indicated by @uid is stored
* in @folderid of @ebsdb.
*
- * Returns: %TRUE if the the contact exists and there was no error, otherwise %FALSE.
+ * Returns: %TRUE if the contact exists and there was no error, otherwise %FALSE.
*
* <note><para>In order to differentiate an error from a contact which simply
* is not stored in @ebsdb, you must pass the @error parameter and check whether
diff --git a/src/addressbook/libedata-book/e-data-book-cursor.h
b/src/addressbook/libedata-book/e-data-book-cursor.h
index 5cc29babe..e33935476 100644
--- a/src/addressbook/libedata-book/e-data-book-cursor.h
+++ b/src/addressbook/libedata-book/e-data-book-cursor.h
@@ -255,7 +255,7 @@ struct _EDataBookCursor {
* @step: The #EDataBookCursorStepFunc delegate to navigate the cursor
* @set_alphabetic_index: The #EDataBookCursorSetAlphabetIndexFunc delegate to set the alphabetic position
* @get_position: The #EDataBookCursorGetPositionFunc delegate to calculate the current total and position
values
- * @compare_contact: The #EDataBookCursorCompareContactFunc delegate to compare an #EContact with the the
cursor position
+ * @compare_contact: The #EDataBookCursorCompareContactFunc delegate to compare an #EContact with the cursor
position
* @load_locale: The #EDataBookCursorLoadLocaleFunc delegate used to reload the locale setting
*
* Methods to implement on an #EDataBookCursor concrete class.
diff --git a/src/calendar/libedata-cal/e-cal-cache.c b/src/calendar/libedata-cal/e-cal-cache.c
index 58c92204b..86c07f166 100644
--- a/src/calendar/libedata-cal/e-cal-cache.c
+++ b/src/calendar/libedata-cal/e-cal-cache.c
@@ -2419,7 +2419,7 @@ e_cal_cache_dup_component_revision (ECalCache *cal_cache,
* or %NULL to search for the master object, otherwise the check
* is done for a detached instance, not for a recurrence instance.
*
- * Returns: Whether the the object had been found.
+ * Returns: Whether the object had been found.
*
* Since: 3.26
**/
diff --git a/src/camel/camel-block-file.c b/src/camel/camel-block-file.c
index 07d96a805..1730828e2 100644
--- a/src/camel/camel-block-file.c
+++ b/src/camel/camel-block-file.c
@@ -341,7 +341,7 @@ block_file_unuse (CamelBlockFile *bs)
/**
* camel_block_file_new:
- * @path: a path with file name of the the new #CamelBlockFile
+ * @path: a path with file name of the new #CamelBlockFile
* @flags: file open flags to use
* @version: a version string
* @block_size: block size, currently ignored
diff --git a/src/camel/providers/imapx/camel-imapx-status-response.c
b/src/camel/providers/imapx/camel-imapx-status-response.c
index e1c13988d..c5140e809 100644
--- a/src/camel/providers/imapx/camel-imapx-status-response.c
+++ b/src/camel/providers/imapx/camel-imapx-status-response.c
@@ -412,7 +412,7 @@ camel_imapx_status_response_get_uidvalidity (CamelIMAPXStatusResponse *response,
* @out_highestmodseq and return %TRUE. Otherwise leave @out_highestmodseq
* unset and return %FALSE.
*
- * The "HIGHESTMODSEQ" value refers to the the highest mod-sequence value of
+ * The "HIGHESTMODSEQ" value refers to the highest mod-sequence value of
* all messages in the mailbox, assuming the server supports the persistent
* storage of mod-sequences.
*
diff --git a/src/libebackend/e-cache.c b/src/libebackend/e-cache.c
index 48a679358..313eb89da 100644
--- a/src/libebackend/e-cache.c
+++ b/src/libebackend/e-cache.c
@@ -1252,7 +1252,7 @@ e_cache_count_rows_cb (ECache *cache,
* Checkes whether the @cache contains an object with
* the given @uid.
*
- * Returns: Whether the the object had been found.
+ * Returns: Whether the object had been found.
*
* Since: 3.26
**/
diff --git a/src/libedataserver/e-network-monitor.h b/src/libedataserver/e-network-monitor.h
index 6cbdb539a..f7ada4f05 100644
--- a/src/libedataserver/e-network-monitor.h
+++ b/src/libedataserver/e-network-monitor.h
@@ -53,7 +53,7 @@ typedef struct _ENetworkMonitorPrivate ENetworkMonitorPrivate;
*
* A special name, which can be used as a GIO name in the call
* to e_network_monitor_set_gio_name(), which is used to report
- * the the network as always reachable.
+ * the network as always reachable.
*
* Since: 3.22
**/
diff --git a/src/libedataserver/e-soup-session.c b/src/libedataserver/e-soup-session.c
index b6467f75d..99ad6fc0a 100644
--- a/src/libedataserver/e-soup-session.c
+++ b/src/libedataserver/e-soup-session.c
@@ -725,7 +725,7 @@ e_soup_session_get_authentication_requires_credentials (ESoupSession *session)
* @out_certificate_pem: (out): return location for a server TLS/SSL certificate
* in PEM format, when the last operation failed with a TLS/SSL error
* @out_certificate_errors: (out): return location for a #GTlsCertificateFlags,
- * with certificate error flags when the the operation failed with a TLS/SSL error
+ * with certificate error flags when the operation failed with a TLS/SSL error
*
* Populates @out_certificate_pem and @out_certificate_errors with the last values
* returned on #SOUP_STATUS_SSL_FAILED error.
diff --git a/src/modules/outlook-backend/module-outlook-backend.c
b/src/modules/outlook-backend/module-outlook-backend.c
index a78798202..ca0ff1dd2 100644
--- a/src/modules/outlook-backend/module-outlook-backend.c
+++ b/src/modules/outlook-backend/module-outlook-backend.c
@@ -16,7 +16,7 @@
*/
/* XXX E-D-S currently only supports email access to Outlook.com accounts.
- * This is not unlike the the built-in collection backend written for
+ * This is not unlike the built-in collection backend written for
* GOA's "IMAP/SMTP" accounts, but I wrote an "outlook" module anyway
* as a placeholder with hopes that Microsoft will eventually provide
* access to calendar+contacts via CalDAV/CardDAV or even EWS. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]