[evolution-data-server] M!65 - Correct typos in a/an



commit 3c79a53f71d150936305f73496d445d882feda84
Author: Дилян Палаузов <git-dpa aegee org>
Date:   Fri Jan 29 13:49:14 2021 +0200

    M!65 - Correct typos in a/an
    
    Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/65

 .../libebook-contacts/e-book-contacts-enums.h            |  2 +-
 src/addressbook/libebook-contacts/e-book-query.c         |  4 ++--
 .../libebook-contacts/e-source-backend-summary-setup.c   |  4 ++--
 src/addressbook/libebook/e-book-client-cursor.c          |  6 +++---
 src/addressbook/libebook/e-book.c                        |  8 ++++----
 src/addressbook/libebook/e-destination.c                 |  2 +-
 src/addressbook/libedata-book/e-book-backend-sexp.c      |  2 +-
 src/addressbook/libedata-book/e-book-backend-sqlitedb.c  |  2 +-
 src/addressbook/libedata-book/e-book-sqlite.c            |  2 +-
 src/addressbook/libedata-book/e-book-sqlite.h            |  2 +-
 src/addressbook/libedata-book/e-data-book-direct.c       |  2 +-
 src/calendar/backends/file/e-cal-backend-file.c          |  2 +-
 src/calendar/libecal/e-cal-client-view.h                 |  2 +-
 src/calendar/libecal/e-cal-recur.c                       |  6 +++---
 src/camel/camel-memchunk.c                               | 16 ++++++++--------
 src/camel/camel-mime-parser.c                            |  2 +-
 src/camel/camel-service.c                                |  4 ++--
 src/camel/camel-settings.c                               |  2 +-
 src/camel/camel-sexp.c                                   |  2 +-
 src/libebackend/e-offline-listener.c                     |  2 +-
 src/libebackend/e-source-registry-server.c               |  2 +-
 src/libedataserver/e-sexp.h                              |  4 ++--
 src/libedataserver/e-transliterator-private.cpp          |  2 +-
 tests/libebook/vcard/README                              |  2 +-
 tests/test-server-utils/e-test-server-utils.c            |  8 ++++----
 tests/test-server-utils/e-test-server-utils.h            |  2 +-
 26 files changed, 47 insertions(+), 47 deletions(-)
---
diff --git a/src/addressbook/libebook-contacts/e-book-contacts-enums.h 
b/src/addressbook/libebook-contacts/e-book-contacts-enums.h
index 25fd0b7a5..080634303 100644
--- a/src/addressbook/libebook-contacts/e-book-contacts-enums.h
+++ b/src/addressbook/libebook-contacts/e-book-contacts-enums.h
@@ -35,7 +35,7 @@ G_BEGIN_DECLS
  * @E_BOOK_CLIENT_VIEW_FLAGS_NOTIFY_INITIAL:
  *   If this flag is set then all contacts matching the view's query will
  *   be sent as notifications when starting the view, otherwise only future
- *   changes will be reported.  The default for a #EBookClientView is %TRUE.
+ *   changes will be reported.  The default for an #EBookClientView is %TRUE.
  *
  * Flags that control the behaviour of an #EBookClientView.
  *
diff --git a/src/addressbook/libebook-contacts/e-book-query.c 
b/src/addressbook/libebook-contacts/e-book-query.c
index 2db08a02a..682def5b2 100644
--- a/src/addressbook/libebook-contacts/e-book-query.c
+++ b/src/addressbook/libebook-contacts/e-book-query.c
@@ -335,7 +335,7 @@ e_book_query_vcard_field_test (const gchar *field,
 
 /**
  * e_book_query_field_exists:
- * @field: a #EContactField
+ * @field: an #EContactField
  *
  * Creates a new #EBookQuery which tests if the field @field exists.
  * Returns: the new #EBookQuery
@@ -441,7 +441,7 @@ e_book_query_unref (EBookQuery *q)
 
 /**
  * e_book_query_ref:
- * @q: a #EBookQuery
+ * @q: an #EBookQuery
  *
  * Increment the reference count on @q.
  * Returns: @q
diff --git a/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c 
b/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c
index 4f36fecb8..2691221f0 100644
--- a/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c
+++ b/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c
@@ -529,9 +529,9 @@ e_source_backend_summary_setup_get_indexed_fields (ESourceBackendSummarySetup *e
  *
  * The same #EContactField may be specified multiple times to create multiple indexes
  * with different characteristics. If an #E_BOOK_INDEX_PREFIX index is created it will
- * be used for #E_BOOK_QUERY_BEGINS_WITH queries. A #E_BOOK_INDEX_SUFFIX index
+ * be used for #E_BOOK_QUERY_BEGINS_WITH queries. An #E_BOOK_INDEX_SUFFIX index
  * will be constructed efficiently for suffix matching and will be used for
- * #E_BOOK_QUERY_ENDS_WITH queries. Similar a #E_BOOK_INDEX_PHONE index will optimize
+ * #E_BOOK_QUERY_ENDS_WITH queries. Similar an #E_BOOK_INDEX_PHONE index will optimize
  * #E_BOOK_QUERY_EQUALS_PHONE_NUMBER searches.
  *
  * <note><para>The specified indexed fields must also be a part of the summary, any indexed fields
diff --git a/src/addressbook/libebook/e-book-client-cursor.c b/src/addressbook/libebook/e-book-client-cursor.c
index 1b8eef998..519ab405d 100644
--- a/src/addressbook/libebook/e-book-client-cursor.c
+++ b/src/addressbook/libebook/e-book-client-cursor.c
@@ -215,7 +215,7 @@
  * These total and position values are guaranteed to always be coherent, they are
  * updated synchronously upon successful completion of any of the asynchronous
  * cursor API calls, and also updated asynchronously whenever the addressbook
- * changes and a #EBookClientCursor::refresh signal is delivered.
+ * changes and an #EBookClientCursor::refresh signal is delivered.
  * </para>
  * <para>
  * Change notifications are guaranteed to only ever be delivered in the #GMainContext which
@@ -413,7 +413,7 @@
  * addressbook is changing its active locale setting. In the case of a dynamic locale
  * change, a change notification will be delivered for the #EBookClientCursor:alphabet
  * property at which point the application should reload anything related to the
- * alphabet (a #EBookClientCursor::refresh signal will also be delivered at this point).
+ * alphabet (an #EBookClientCursor::refresh signal will also be delivered at this point).
  * </para>
  * <para>
  * While moving through the cursor results using e_book_client_cursor_step(),
@@ -2723,7 +2723,7 @@ e_book_client_cursor_set_alphabetic_index_finish (EBookClientCursor *cursor,
  * If this method completes with an %E_CLIENT_ERROR_OUT_OF_SYNC error, it is an
  * indication that the addressbook has been set into a new locale and it would be
  * unsafe to set the alphabetic index at this time. If you receive an out of sync
- * error from this method, then you should wait until a #EBookClientCursor:alphabet
+ * error from this method, then you should wait until an #EBookClientCursor:alphabet
  * property change notification is delivered and then proceed to load the new
  * alphabet before trying to set any alphabetic index.
  *
diff --git a/src/addressbook/libebook/e-book.c b/src/addressbook/libebook/e-book.c
index a3eb28f09..c7dc8aedd 100644
--- a/src/addressbook/libebook/e-book.c
+++ b/src/addressbook/libebook/e-book.c
@@ -1568,10 +1568,10 @@ e_book_remove_contacts_async (EBook *book,
  * @requested_fields: (allow-none) (element-type utf8): a #GList containing
  *                    the names of fields to return, or NULL for all
  * @max_results: the maximum number of contacts to show (or 0 for all)
- * @book_view: (out): A #EBookView pointer, will be set to the view
+ * @book_view: (out): An #EBookView pointer, will be set to the view
  * @error: a #GError to set on failure
  *
- * Query @book with @query, creating a #EBookView in @book_view with the fields
+ * Query @book with @query, creating an #EBookView in @book_view with the fields
  * specified by @requested_fields and limited at @max_results records. On an
  * error, @error is set and %FALSE returned.
  *
@@ -1665,7 +1665,7 @@ get_book_view_reply (GObject *source_object,
  * @cb: (scope async): a function to call when the operation finishes
  * @closure: data to pass to callback function
  *
- * Query @book with @query, creating a #EBookView with the fields
+ * Query @book with @query, creating an #EBookView with the fields
  * specified by @requested_fields and limited at @max_results records.
  *
  * Returns: %TRUE if successful, %FALSE otherwise
@@ -1713,7 +1713,7 @@ e_book_async_get_book_view (EBook *book,
  * @cb: (scope async): a function to call when the operation finishes
  * @closure: data to pass to callback function
  *
- * Query @book with @query, creating a #EBookView with the fields
+ * Query @book with @query, creating an #EBookView with the fields
  * specified by @requested_fields and limited at @max_results records.
  *
  * Returns: %TRUE if successful, %FALSE otherwise
diff --git a/src/addressbook/libebook/e-destination.c b/src/addressbook/libebook/e-destination.c
index 94b1d1b33..81c1a5d86 100644
--- a/src/addressbook/libebook/e-destination.c
+++ b/src/addressbook/libebook/e-destination.c
@@ -949,7 +949,7 @@ e_destination_is_ignored (const EDestination *dest)
  * @dest: an #EDestination
  * @ignored: %TRUE if this #EDestination should be ignored.
  *
- * Set the ignore flag on a #EDestination.
+ * Set the ignore flag on an #EDestination.
  */
 void
 e_destination_set_ignored (EDestination *dest,
diff --git a/src/addressbook/libedata-book/e-book-backend-sexp.c 
b/src/addressbook/libedata-book/e-book-backend-sexp.c
index 18497cf77..5f971cf16 100644
--- a/src/addressbook/libedata-book/e-book-backend-sexp.c
+++ b/src/addressbook/libedata-book/e-book-backend-sexp.c
@@ -1015,7 +1015,7 @@ func_exists (struct _ESExp *f,
                                if (prop && *prop)
                                        truth = TRUE;
                        } else {
-                               /* is is not a known EContact field, try with EVCard attributes */
+                               /* This is not a known EContact field, try with EVCard attributes */
                                EVCardAttribute *attr;
                                GList *l, *values;
 
diff --git a/src/addressbook/libedata-book/e-book-backend-sqlitedb.c 
b/src/addressbook/libedata-book/e-book-backend-sqlitedb.c
index 852866a8d..1826a762d 100644
--- a/src/addressbook/libedata-book/e-book-backend-sqlitedb.c
+++ b/src/addressbook/libedata-book/e-book-backend-sqlitedb.c
@@ -1891,7 +1891,7 @@ e_book_backend_sqlitedb_new_full (const gchar *path,
  * If the path for multiple addressbooks are same, the contacts from all addressbooks
  * would be stored in same db in different tables.
  *
- * Returns: (transfer full): A reference to a #EBookBackendSqliteDB
+ * Returns: (transfer full): A reference to an #EBookBackendSqliteDB
  *
  * Since: 3.2
  *
diff --git a/src/addressbook/libedata-book/e-book-sqlite.c b/src/addressbook/libedata-book/e-book-sqlite.c
index 72cfa7951..e32099405 100644
--- a/src/addressbook/libedata-book/e-book-sqlite.c
+++ b/src/addressbook/libedata-book/e-book-sqlite.c
@@ -6599,7 +6599,7 @@ ebsql_new_default (const gchar *path,
  * the #EbSqlCursor interface, using the %E_BOOK_INDEX_SORT_KEY
  * index flag.
  *
- * Returns: (transfer full): A reference to a #EBookSqlite
+ * Returns: (transfer full): A reference to an #EBookSqlite
  *
  * Since: 3.12
  **/
diff --git a/src/addressbook/libedata-book/e-book-sqlite.h b/src/addressbook/libedata-book/e-book-sqlite.h
index 4e8c3a711..252d6eeb2 100644
--- a/src/addressbook/libedata-book/e-book-sqlite.h
+++ b/src/addressbook/libedata-book/e-book-sqlite.h
@@ -93,7 +93,7 @@ typedef struct _EBookSqlitePrivate EBookSqlitePrivate;
  * @EBSQL_CHANGE_LOCALE_CHANGED: Contact was modified as a result of a locale change
  * @EBSQL_CHANGE_LAST: A symbolic end marker for this enumeration, will not be passed in callbacks.
  *
- * Indicates the type of change which occurred in a #EbSqlChangeCallback
+ * Indicates the type of change which occurred in an #EbSqlChangeCallback
  *
  * Since: 3.12
  **/
diff --git a/src/addressbook/libedata-book/e-data-book-direct.c 
b/src/addressbook/libedata-book/e-data-book-direct.c
index cd70766d5..31e67ec2f 100644
--- a/src/addressbook/libedata-book/e-data-book-direct.c
+++ b/src/addressbook/libedata-book/e-data-book-direct.c
@@ -83,7 +83,7 @@ e_data_book_direct_class_init (EDataBookDirectClass *class)
  * @backend_factory_name: Type name of the EBookBackendFactory implemented by the library
  * @config: A backend specific configuration string
  *
- * Creates a #EDataBookDirect to report configuration data needed for direct
+ * Creates an #EDataBookDirect to report configuration data needed for direct
  * read access.
  *
  * This is returned by e_book_backend_get_direct_book() for backends
diff --git a/src/calendar/backends/file/e-cal-backend-file.c b/src/calendar/backends/file/e-cal-backend-file.c
index 7b248aaeb..9fbbc0a5b 100644
--- a/src/calendar/backends/file/e-cal-backend-file.c
+++ b/src/calendar/backends/file/e-cal-backend-file.c
@@ -363,7 +363,7 @@ e_cal_backend_file_finalize (GObject *object)
        G_OBJECT_CLASS (e_cal_backend_file_parent_class)->finalize (object);
 }
 
-/* Looks up an component by its UID on the backend's component hash table
+/* Looks up a component by its UID on the backend's component hash table
  * and returns TRUE if any event (regardless whether it is the master or a child)
  * with that UID exists */
 static gboolean
diff --git a/src/calendar/libecal/e-cal-client-view.h b/src/calendar/libecal/e-cal-client-view.h
index 00cf318c2..5d7f1293d 100644
--- a/src/calendar/libecal/e-cal-client-view.h
+++ b/src/calendar/libecal/e-cal-client-view.h
@@ -60,7 +60,7 @@ struct _ECalClient;
  * @E_CAL_CLIENT_VIEW_FLAGS_NOTIFY_INITIAL:
  *   If this flag is set then all objects matching the view's query will
  *   be sent as notifications when starting the view, otherwise only future
- *   changes will be reported.  The default for a #ECalClientView is %TRUE.
+ *   changes will be reported.  The default for an #ECalClientView is %TRUE.
  *
  * Flags that control the behaviour of an #ECalClientView.
  *
diff --git a/src/calendar/libecal/e-cal-recur.c b/src/calendar/libecal/e-cal-recur.c
index d945a7955..33e507523 100644
--- a/src/calendar/libecal/e-cal-recur.c
+++ b/src/calendar/libecal/e-cal-recur.c
@@ -1769,7 +1769,7 @@ e_cal_recur_obtain_enddate (ICalRecurrence *ir,
  * given @zone timezone. This is needed if the DTSTART is a DATE or floating
  * time.
  *
- * Converts an #ICalProperty to a #ECalRecurrence.  This should be
+ * Converts an #ICalProperty to an #ECalRecurrence.  This should be
  * freed using the e_cal_recur_free() function.
  *
  * Returns: #ECalRecurrence structure.
@@ -1905,9 +1905,9 @@ e_cal_recur_ical_weekday_to_weekday (ICalRecurrenceWeekday day)
 
 /**
  * e_cal_recur_free:
- * @r: A #ECalRecurrence structure.
+ * @r: An #ECalRecurrence structure.
  *
- * Frees a #ECalRecurrence structure.
+ * Frees an #ECalRecurrence structure.
  **/
 static void
 e_cal_recur_free (ECalRecurrence *r)
diff --git a/src/camel/camel-memchunk.c b/src/camel/camel-memchunk.c
index 8f3991ba2..7e01376be 100644
--- a/src/camel/camel-memchunk.c
+++ b/src/camel/camel-memchunk.c
@@ -103,9 +103,9 @@ camel_memchunk_new (gint atomcount,
 
 /**
  * camel_memchunk_alloc: (skip)
- * @memchunk: an #CamelMemChunk
+ * @memchunk: a #CamelMemChunk
  *
- * Allocate a new atom size block of memory from an #CamelMemChunk.
+ * Allocate a new atom size block of memory from a #CamelMemChunk.
  * Free the returned atom with camel_memchunk_free().
  *
  * Returns: (transfer full): an allocated block of memory
@@ -142,9 +142,9 @@ camel_memchunk_alloc (CamelMemChunk *memchunk)
 
 /**
  * camel_memchunk_alloc0: (skip)
- * @memchunk: an #CamelMemChunk
+ * @memchunk: a #CamelMemChunk
  *
- * Allocate a new atom size block of memory from an #CamelMemChunk,
+ * Allocate a new atom size block of memory from a #CamelMemChunk,
  * and fill the memory with zeros.  Free the returned atom with
  * camel_memchunk_free().
  *
@@ -165,7 +165,7 @@ camel_memchunk_alloc0 (CamelMemChunk *memchunk)
 
 /**
  * camel_memchunk_free: (skip)
- * @memchunk: an #CamelMemChunk
+ * @memchunk: a #CamelMemChunk
  * @mem: address of atom to free
  *
  * Free a single atom back to the free pool of atoms in the given
@@ -195,7 +195,7 @@ camel_memchunk_free (CamelMemChunk *memchunk,
 
 /**
  * camel_memchunk_empty: (skip)
- * @memchunk: an #CamelMemChunk
+ * @memchunk: a #CamelMemChunk
  *
  * Clean out the memchunk buffers.  Marks all allocated memory as free blocks,
  * but does not give it back to the system.  Can be used if the memchunk
@@ -251,7 +251,7 @@ tree_search (struct _cleaninfo *a,
 
 /**
  * camel_memchunk_clean: (skip)
- * @memchunk: an #CamelMemChunk
+ * @memchunk: a #CamelMemChunk
  *
  * Scan all empty blocks and check for blocks which can be free'd
  * back to the system.
@@ -329,7 +329,7 @@ camel_memchunk_clean (CamelMemChunk *memchunk)
 
 /**
  * camel_memchunk_destroy: (skip)
- * @memchunk: an #CamelMemChunk
+ * @memchunk: a #CamelMemChunk
  *
  * Free the memchunk header, and all associated memory.
  *
diff --git a/src/camel/camel-mime-parser.c b/src/camel/camel-mime-parser.c
index adfb92604..5e5d34209 100644
--- a/src/camel/camel-mime-parser.c
+++ b/src/camel/camel-mime-parser.c
@@ -1185,7 +1185,7 @@ folder_boundary_check (struct _header_scan_state *s,
                        if (part->boundarylenfinal <= len) {
                                gint extra = part->boundarylenfinal - part->boundarylen;
 
-                               /* check the extra stuff on an final boundary, normally -- for mime parts */
+                               /* check the extra stuff on a final boundary, normally -- for mime parts */
                                if (extra > 0) {
                                        *lastone = memcmp(&boundary[part->boundarylen],
                                                          &part->boundary[part->boundarylen],
diff --git a/src/camel/camel-service.c b/src/camel/camel-service.c
index a076259b5..650b5b284 100644
--- a/src/camel/camel-service.c
+++ b/src/camel/camel-service.c
@@ -2352,7 +2352,7 @@ camel_service_query_auth_types_finish (CamelService *service,
 
 /**
  * camel_service_auth_type_copy:
- * @service_auth_type: an #CamelServiceAuthType
+ * @service_auth_type: a #CamelServiceAuthType
  *
  * Copies the @service_auth_type struct.
  * Does nothing and returns the given object in reality, needed for the introspection.
@@ -2372,7 +2372,7 @@ camel_service_auth_type_copy (const CamelServiceAuthType *service_auth_type)
 
 /**
  * camel_service_auth_type_free:
- * @service_auth_type: an #CamelServiceAuthType
+ * @service_auth_type: a #CamelServiceAuthType
  *
  * Frees the @service_auth_type struct.
  * Does nothing in reality, needed for the introspection.
diff --git a/src/camel/camel-settings.c b/src/camel/camel-settings.c
index db10a4f96..bc61c4015 100644
--- a/src/camel/camel-settings.c
+++ b/src/camel/camel-settings.c
@@ -166,7 +166,7 @@ camel_settings_class_list_settings (CamelSettingsClass *settings_class,
  * camel_settings_clone:
  * @settings: a #CamelSettings
  *
- * Creates an copy of @settings, such that passing @settings and the
+ * Creates a copy of @settings, such that passing @settings and the
  * copied instance to camel_settings_equal() would return %TRUE.
  *
  * By default, this creates a new settings instance with the same #GType
diff --git a/src/camel/camel-sexp.c b/src/camel/camel-sexp.c
index ffe1819e9..f1617ad7c 100644
--- a/src/camel/camel-sexp.c
+++ b/src/camel/camel-sexp.c
@@ -51,7 +51,7 @@
  *         Cast to an integer value.
  *
  *   string = (cast-string string|int|bool)
- *         Cast to an string value.
+ *         Cast to a string value.
  *
  *   Comparison operators:
  *
diff --git a/src/libebackend/e-offline-listener.c b/src/libebackend/e-offline-listener.c
index 019d83148..64b289fbb 100644
--- a/src/libebackend/e-offline-listener.c
+++ b/src/libebackend/e-offline-listener.c
@@ -23,7 +23,7 @@
  * @short_description: Tracks Evolution's online/offline state
  *
  * An #EOfflineListener basically just tracks Evolution's online/offline
- * state and emits a #EOfflineListener:changed signal when a state change
+ * state and emits an #EOfflineListener:changed signal when a state change
  * is detected.
  *
  * This class is highly Evolution-centric and for that reason has been
diff --git a/src/libebackend/e-source-registry-server.c b/src/libebackend/e-source-registry-server.c
index c2c0145a5..899554821 100644
--- a/src/libebackend/e-source-registry-server.c
+++ b/src/libebackend/e-source-registry-server.c
@@ -2021,7 +2021,7 @@ e_source_registry_server_ref_backend (ESourceRegistryServer *server,
  *
  * Returns the #ECollectionBackendFactory for @source, if available.
  * If @source does not have an #ESourceCollection extension, or if the
- * #ESourceCollection extension names a #ESourceBackend:backend-name for
+ * #ESourceCollection extension names an #ESourceBackend:backend-name for
  * which there is no corresponding #ECollectionBackendFactory, the function
  * returns %NULL.
  *
diff --git a/src/libedataserver/e-sexp.h b/src/libedataserver/e-sexp.h
index ec5860db8..5f65ab594 100644
--- a/src/libedataserver/e-sexp.h
+++ b/src/libedataserver/e-sexp.h
@@ -68,7 +68,7 @@ struct _ESExpResult {
 
 /**
  * ESExpFunc:
- * @sexp: a #ESExp
+ * @sexp: an #ESExp
  * @argc: count of arguments
  * @argv: (in) (array length=argc): array of values of the arguments
  * @user_data: user data as passed to e_sexp_add_function()
@@ -84,7 +84,7 @@ typedef struct _ESExpResult *(ESExpFunc)(struct _ESExp *sexp,
 
 /**
  * ESExpIFunc:
- * @sexp: a #ESExp
+ * @sexp: an #ESExp
  * @argc: count of arguments
  * @argv: (in) (array length=argc): array of values of the arguments
  * @user_data: user data as passed to e_sexp_add_ifunction()
diff --git a/src/libedataserver/e-transliterator-private.cpp b/src/libedataserver/e-transliterator-private.cpp
index 6f1d89c8d..7aa79da2c 100644
--- a/src/libedataserver/e-transliterator-private.cpp
+++ b/src/libedataserver/e-transliterator-private.cpp
@@ -41,7 +41,7 @@ struct _ETransliterator {
        Transliterator *priv;
 };
 
-/* Create an Transliterator for the source and target
+/* Create a Transliterator for the source and target
  * language stripts
  */
 ETransliterator *
diff --git a/tests/libebook/vcard/README b/tests/libebook/vcard/README
index 46220132e..b150cf0ea 100644
--- a/tests/libebook/vcard/README
+++ b/tests/libebook/vcard/README
@@ -21,7 +21,7 @@ Test   : Description
 5.vcf  : A vCard containing utf8 characters quoted-printable encoded.
 
 6.vcf  : A vCard with several errors in attribute parameters:
-        line 5: an missing parameter value (a , with nothing after it).
+        line 5: a missing parameter value (a , with nothing after it).
          line 6: a missing parameter name when using multiple
                  values. (this may not be in violation of the rfc.)
         line 7: a missing parameter name when using multiple
diff --git a/tests/test-server-utils/e-test-server-utils.c b/tests/test-server-utils/e-test-server-utils.c
index ec6091036..dd0fcdc8c 100644
--- a/tests/test-server-utils/e-test-server-utils.c
+++ b/tests/test-server-utils/e-test-server-utils.c
@@ -672,8 +672,8 @@ e_test_server_utils_bootstrap_idle (FixturePair *pair)
  *****************************************************************/
 /**
  * e_test_server_utils_setup:
- * @fixture: A #ETestServerFixture
- * @user_data: A #ETestServerClosure or derived structure provided by the test.
+ * @fixture: An #ETestServerFixture
+ * @user_data: An #ETestServerClosure or derived structure provided by the test.
  *
  * A setup function for the #ETestServerFixture fixture
  */
@@ -735,8 +735,8 @@ e_test_server_utils_setup (ETestServerFixture *fixture,
 
 /**
  * e_test_server_utils_teardown:
- * @fixture: A #ETestServerFixture
- * @user_data: A #ETestServerClosure or derived structure provided by the test.
+ * @fixture: An #ETestServerFixture
+ * @user_data: An #ETestServerClosure or derived structure provided by the test.
  *
  * A teardown function for the #ETestServerFixture fixture
  */
diff --git a/tests/test-server-utils/e-test-server-utils.h b/tests/test-server-utils/e-test-server-utils.h
index 0d09eaa6f..8eda112cc 100644
--- a/tests/test-server-utils/e-test-server-utils.h
+++ b/tests/test-server-utils/e-test-server-utils.h
@@ -104,7 +104,7 @@ struct _ETestServerClosure {
  * @calendar_client: An #ECalClient, created for %E_TEST_SERVER_CALENDAR tests
  * @book: An #EBook, created for %E_TEST_SERVER_DEPRECATED_ADDRESS_BOOK tests
  *
- * A union of service types, holds the object to test in a #ETestServerFixture.
+ * A union of service types, holds the object to test in an #ETestServerFixture.
  *
  */
 typedef union {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]