summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorДилян Палаузов <git-dpa@aegee.org>2022-12-18 12:19:47 +0200
committerДилян Палаузов <git-dpa@aegee.org>2023-01-02 22:01:42 +0200
commit30997ade724bdd172a68aed4a9181a62bf19c988 (patch)
tree881fce0ddfc5b3f61c6c98ad5325852c9e2c54dd
parentc8eafd054d8d5096d914068b624082ee2a607009 (diff)
downloadevolution-data-server-30997ade724bdd172a68aed4a9181a62bf19c988.tar.gz
M!110 - typos: success, successful
Closes: https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/110
-rw-r--r--src/addressbook/libebook/e-book.c4
-rw-r--r--src/addressbook/libedata-book/e-book-backend-sqlitedb.c2
-rw-r--r--src/addressbook/libedata-book/e-data-book-cursor.h2
-rw-r--r--src/calendar/backends/file/e-cal-backend-file.c2
-rw-r--r--src/calendar/libecal/e-cal-recur.c2
-rw-r--r--src/calendar/libecal/e-cal-util.c2
-rw-r--r--src/camel/camel-db.c4
-rw-r--r--src/camel/camel-folder.c2
-rw-r--r--src/camel/camel-mime-utils.c2
-rw-r--r--src/camel/camel-store-summary.c2
-rw-r--r--src/camel/camel-stream.c2
-rw-r--r--src/libebackend/e-dbhash.c2
-rw-r--r--src/libebackend/e-file-cache.c2
-rw-r--r--src/libedataserver/e-gdata-query.c2
-rw-r--r--src/libedataserver/e-source.c2
-rw-r--r--src/libedataserverui/e-credentials-prompter.c2
16 files changed, 18 insertions, 18 deletions
diff --git a/src/addressbook/libebook/e-book.c b/src/addressbook/libebook/e-book.c
index 8dfff6d35..e85a56b63 100644
--- a/src/addressbook/libebook/e-book.c
+++ b/src/addressbook/libebook/e-book.c
@@ -1214,7 +1214,7 @@ remove_contact_reply (GObject *source_object,
/**
* e_book_remove_contacts:
* @book: an #EBook
- * @ids: (element-type utf8): an #GList of const gchar *id's
+ * @ids: (element-type utf8): a #GList of const gchar *id's
* @error: a #GError to set on failure
*
* Removes the contacts with ids from the list @ids from @book. This is
@@ -2385,7 +2385,7 @@ e_book_get_source (EBook *book)
/**
* e_book_get_static_capabilities:
* @book: an #EBook
- * @error: an #GError to set on failure
+ * @error: a #GError to set on failure
*
* Get the list of capabilities which the backend for this address book
* supports. This string should not be freed.
diff --git a/src/addressbook/libedata-book/e-book-backend-sqlitedb.c b/src/addressbook/libedata-book/e-book-backend-sqlitedb.c
index 41a7a93ed..0e89d274e 100644
--- a/src/addressbook/libedata-book/e-book-backend-sqlitedb.c
+++ b/src/addressbook/libedata-book/e-book-backend-sqlitedb.c
@@ -536,7 +536,7 @@ create_folders_table (EBookBackendSqliteDB *ebsdb,
gint version = 0;
LocaleColumns locale_columns = { FALSE, FALSE };
- /* sync_data points to syncronization data, it could be last_modified
+ /* sync_data points to synchronization data, it could be last_modified
* time or a sequence number or some text depending on the backend.
*
* partial_content says whether the contents are partially downloaded
diff --git a/src/addressbook/libedata-book/e-data-book-cursor.h b/src/addressbook/libedata-book/e-data-book-cursor.h
index 1aa868285..cc9cbb3a6 100644
--- a/src/addressbook/libedata-book/e-data-book-cursor.h
+++ b/src/addressbook/libedata-book/e-data-book-cursor.h
@@ -103,7 +103,7 @@ typedef gboolean (*EDataBookCursorSetSexpFunc) (EDataBookCursor *cursor,
*
* See e_data_book_cursor_step() for more details on the expected behaviour of this method.
*
- * Returns: The number of contacts traversed if successfull, otherwise -1 is
+ * Returns: The number of contacts traversed if successful, otherwise -1 is
* returned and @error is set.
*
* Since: 3.12
diff --git a/src/calendar/backends/file/e-cal-backend-file.c b/src/calendar/backends/file/e-cal-backend-file.c
index 95d72bc3b..86628dac0 100644
--- a/src/calendar/backends/file/e-cal-backend-file.c
+++ b/src/calendar/backends/file/e-cal-backend-file.c
@@ -1494,7 +1494,7 @@ e_cal_backend_file_open (ECalBackendSync *backend,
e_source_set_connection_status (e_backend_get_source (E_BACKEND (backend)),
E_SOURCE_CONNECTION_STATUS_CONNECTED);
- /* Claim a succesful open if we are already open */
+ /* Claim a successful open if we are already open */
if (priv->path && priv->comp_uid_hash) {
/* Success */
goto done;
diff --git a/src/calendar/libecal/e-cal-recur.c b/src/calendar/libecal/e-cal-recur.c
index 38a5df637..723526633 100644
--- a/src/calendar/libecal/e-cal-recur.c
+++ b/src/calendar/libecal/e-cal-recur.c
@@ -1707,7 +1707,7 @@ array_to_list_and_free (GArray *array)
* given @zone timezone. This is needed if the DTSTART is a DATE or floating
* time.
*
- * Finds out end time of (reccurent) event.
+ * Finds out end time of (recurrent) event.
*
* Returns: End timepoint of given event
*
diff --git a/src/calendar/libecal/e-cal-util.c b/src/calendar/libecal/e-cal-util.c
index 0ee11c21b..4e3e4f89c 100644
--- a/src/calendar/libecal/e-cal-util.c
+++ b/src/calendar/libecal/e-cal-util.c
@@ -2090,7 +2090,7 @@ e_cal_util_get_component_occur_times (ECalComponent *comp,
*out_end = max_time;
} else {
- /* ALARMS, EVENTS: DTEND and reccurences */
+ /* ALARMS, EVENTS: DTEND and recurrences */
time_t may_end = _TIME_MIN;
diff --git a/src/camel/camel-db.c b/src/camel/camel-db.c
index 619310aa7..78cb118ab 100644
--- a/src/camel/camel-db.c
+++ b/src/camel/camel-db.c
@@ -515,7 +515,7 @@ camel_db_finalize (GObject *object)
g_mutex_clear (&cdb->priv->transaction_lock);
g_free (cdb->priv->filename);
- d (g_print ("\nDatabase succesfully closed \n"));
+ d (g_print ("\nDatabase successfully closed \n"));
/* Chain up to parent's finalize() method. */
G_OBJECT_CLASS (camel_db_parent_class)->finalize (object);
@@ -843,7 +843,7 @@ camel_db_new (const gchar *filename,
cdb = g_object_new (CAMEL_TYPE_DB, NULL);
cdb->priv->db = db;
cdb->priv->filename = g_strdup (filename);
- d (g_print ("\nDatabase succesfully opened \n"));
+ d (g_print ("\nDatabase successfully opened \n"));
sqlite3_create_function (db, "MATCH", 2, SQLITE_UTF8, NULL, cdb_match_func, NULL, NULL);
sqlite3_create_function (db, "CAMELCOMPAREDATE", 2, SQLITE_UTF8, NULL, cdb_camel_compare_date_func, NULL, NULL);
diff --git a/src/camel/camel-folder.c b/src/camel/camel-folder.c
index e41b10b66..e8185ebb4 100644
--- a/src/camel/camel-folder.c
+++ b/src/camel/camel-folder.c
@@ -4263,7 +4263,7 @@ camel_folder_synchronize (CamelFolder *folder,
*
* Finishes the operation started with camel_folder_synchronize().
*
- * Returns: %TRUE on sucess, %FALSE on error
+ * Returns: %TRUE on success, %FALSE on error
*
* Since: 3.0
**/
diff --git a/src/camel/camel-mime-utils.c b/src/camel/camel-mime-utils.c
index 1aba520f1..6d6cdd1fb 100644
--- a/src/camel/camel-mime-utils.c
+++ b/src/camel/camel-mime-utils.c
@@ -2777,7 +2777,7 @@ header_decode_mailbox (const gchar **in,
gsize l = strlen (last);
gsize p = strlen (pre);
- /* don't append ' ' between sucsessive encoded words */
+ /* don't append ' ' between successive encoded words */
if ((l > 6 && last[l - 2] == '?' && last[l - 1] == '=')
&& (p > 6 && pre[0] == '=' && pre[1] == '?')) {
/* don't append ' ' */
diff --git a/src/camel/camel-store-summary.c b/src/camel/camel-store-summary.c
index d87eb6a6f..ca242c4b7 100644
--- a/src/camel/camel-store-summary.c
+++ b/src/camel/camel-store-summary.c
@@ -476,7 +476,7 @@ error:
* Writes the summary to disk. The summary is only written if changes
* have occurred.
*
- * Returns: 0 on succes or -1 on fail
+ * Returns: 0 on success or -1 on fail
**/
gint
camel_store_summary_save (CamelStoreSummary *summary)
diff --git a/src/camel/camel-stream.c b/src/camel/camel-stream.c
index 55fd06d6a..fab67db20 100644
--- a/src/camel/camel-stream.c
+++ b/src/camel/camel-stream.c
@@ -664,7 +664,7 @@ camel_stream_write_string (CamelStream *stream,
* Write all of a stream (until eos) into another stream, in a
* blocking fashion.
*
- * Returns: -1 on error, or the number of bytes succesfully
+ * Returns: -1 on error, or the number of bytes successfully
* copied across streams.
**/
gssize
diff --git a/src/libebackend/e-dbhash.c b/src/libebackend/e-dbhash.c
index 07d3010c9..08199e483 100644
--- a/src/libebackend/e-dbhash.c
+++ b/src/libebackend/e-dbhash.c
@@ -310,7 +310,7 @@ e_dbhash_destroy (EDbHash *edbh)
db = edbh->priv->db;
- /* Close datbase */
+ /* Close database */
db->close (db, 0);
g_free (edbh->priv);
diff --git a/src/libebackend/e-file-cache.c b/src/libebackend/e-file-cache.c
index d386cbafe..be8b797b9 100644
--- a/src/libebackend/e-file-cache.c
+++ b/src/libebackend/e-file-cache.c
@@ -543,7 +543,7 @@ e_file_cache_thaw_changes (EFileCache *cache)
/**
* e_file_cache_get_filename:
- * @cache: A %EFileCache object.
+ * @cache: An #EFileCache object.
*
* Gets the name of the file where the cache is being stored.
*
diff --git a/src/libedataserver/e-gdata-query.c b/src/libedataserver/e-gdata-query.c
index ea75338d2..cf3360918 100644
--- a/src/libedataserver/e-gdata-query.c
+++ b/src/libedataserver/e-gdata-query.c
@@ -54,7 +54,7 @@ e_gdata_query_new (void)
/**
* e_gdata_query_ref:
- * @self: an #GEDataQuery
+ * @self: an #EGDataQuery
*
* Increases the reference count of the @self.
* The added reference shuld be removed with e_gdata_query_unref().
diff --git a/src/libedataserver/e-source.c b/src/libedataserver/e-source.c
index 23b82f7b1..1ec268c7e 100644
--- a/src/libedataserver/e-source.c
+++ b/src/libedataserver/e-source.c
@@ -4967,7 +4967,7 @@ e_source_invoke_authenticate_finish (ESource *source,
* @certificate_errors: a bit-or of #GTlsCertificateFlags for secure connection certificate
* @op_error: (nullable): a #GError with a description of the previous credentials error, or %NULL
*
- * Emits localy (in this process only) the ESource::credentials-required
+ * Emits locally (in this process only) the ESource::credentials-required
* signal with given parameters. That's the difference with e_source_invoke_credentials_required(),
* which calls the signal globally, within each client.
*
diff --git a/src/libedataserverui/e-credentials-prompter.c b/src/libedataserverui/e-credentials-prompter.c
index 1a82ab13d..f4e88758c 100644
--- a/src/libedataserverui/e-credentials-prompter.c
+++ b/src/libedataserverui/e-credentials-prompter.c
@@ -1903,7 +1903,7 @@ credentials_prompter_prompt_sync (ECredentialsPrompter *prompter,
* successfully or unsuccessfully. The function can be called from any
* thread, though a dedicated thread is preferred.
*
- * Returns: %TRUE, when the credentials were provided sucessfully and they
+ * Returns: %TRUE, when the credentials were provided successfully and they
* can be used to authenticate the @source; %FALSE otherwise.
*
* Since: 3.16