[evolution] M!76 - Correct typos in a/an



commit f90f93b1ad1f723825a44fa6429dc0f539843dcf
Author: Дилян Палаузов <git-dpa aegee org>
Date:   Mon Oct 19 23:23:18 2020 +0300

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

 src/addressbook/gui/widgets/gal-view-minicard.c              | 2 +-
 src/addressbook/gui/widgets/gal-view-minicard.h              | 2 +-
 src/calendar/gui/comp-util.c                                 | 2 +-
 src/calendar/gui/e-day-view.c                                | 4 ++--
 src/calendar/gui/itip-utils.c                                | 2 +-
 src/e-util/e-client-cache.c                                  | 6 +++---
 src/e-util/e-client-selector.c                               | 2 +-
 src/e-util/e-data-capture.c                                  | 2 +-
 src/e-util/e-dialog-widgets.c                                | 2 +-
 src/e-util/e-misc-utils.c                                    | 2 +-
 src/e-util/e-spell-checker.c                                 | 2 +-
 src/e-util/e-tree-model.c                                    | 2 +-
 src/e-util/e-web-view.c                                      | 4 ++--
 src/e-util/widgets.error.xml                                 | 2 +-
 src/em-format/e-mail-formatter-extension.c                   | 2 +-
 src/em-format/e-mail-parser-extension.c                      | 2 +-
 src/mail/e-mail-reader.c                                     | 2 +-
 src/modules/itip-formatter/itip-view.c                       | 2 +-
 src/modules/text-highlight/e-mail-formatter-text-highlight.c | 2 +-
 src/shell/e-shell-window.c                                   | 2 +-
 src/shell/e-shell.c                                          | 6 +++---
 21 files changed, 27 insertions(+), 27 deletions(-)
---
diff --git a/src/addressbook/gui/widgets/gal-view-minicard.c b/src/addressbook/gui/widgets/gal-view-minicard.c
index a1c61734ba..84a86f83ee 100644
--- a/src/addressbook/gui/widgets/gal-view-minicard.c
+++ b/src/addressbook/gui/widgets/gal-view-minicard.c
@@ -1,6 +1,6 @@
 /*
  *
- * gal-view-minicard.c: An Minicard View
+ * gal-view-minicard.c: A Minicard View
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
diff --git a/src/addressbook/gui/widgets/gal-view-minicard.h b/src/addressbook/gui/widgets/gal-view-minicard.h
index 2863cfe425..9f9dd9d8ed 100644
--- a/src/addressbook/gui/widgets/gal-view-minicard.h
+++ b/src/addressbook/gui/widgets/gal-view-minicard.h
@@ -1,5 +1,5 @@
 /*
- * gal-view-minicard.h: An Minicard View
+ * gal-view-minicard.h: A Minicard View
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
diff --git a/src/calendar/gui/comp-util.c b/src/calendar/gui/comp-util.c
index 9e286d9a7d..f8172f3a21 100644
--- a/src/calendar/gui/comp-util.c
+++ b/src/calendar/gui/comp-util.c
@@ -88,7 +88,7 @@ cal_comp_util_tzid_equal (const gchar *tzid1,
 /**
  * cal_comp_util_compare_event_timezones:
  * @comp: A calendar component object.
- * @client: A #ECalClient.
+ * @client: An #ECalClient.
  *
  * Checks if the component uses the given timezone for both the start and
  * the end time, or if the UTC offsets of the start and end times are the same
diff --git a/src/calendar/gui/e-day-view.c b/src/calendar/gui/e-day-view.c
index 8a4bee78b6..49cd449647 100644
--- a/src/calendar/gui/e-day-view.c
+++ b/src/calendar/gui/e-day-view.c
@@ -3448,7 +3448,7 @@ e_day_view_update_long_event_label (EDayView *day_view,
 }
 
 /* Finds the day and index of the event with the given canvas item.
- * If is is a long event, -1 is returned as the day.
+ * If it is a long event, -1 is returned as the day.
  * Returns TRUE if the event was found. */
 gboolean
 e_day_view_find_event_from_item (EDayView *day_view,
@@ -3490,7 +3490,7 @@ e_day_view_find_event_from_item (EDayView *day_view,
 }
 
 /* Finds the day and index of the event with the given uid.
- * If is is a long event, E_DAY_VIEW_LONG_EVENT is returned as the day.
+ * If it is a long event, E_DAY_VIEW_LONG_EVENT is returned as the day.
  * Returns TRUE if an event with the uid was found.
  * Note that for recurring events there may be several EDayViewEvents, one
  * for each instance, all with the same iCalObject and uid. So only use this
diff --git a/src/calendar/gui/itip-utils.c b/src/calendar/gui/itip-utils.c
index d5b39897c9..b724204b50 100644
--- a/src/calendar/gui/itip-utils.c
+++ b/src/calendar/gui/itip-utils.c
@@ -160,7 +160,7 @@ sort_identities_by_email_cb (gconstpointer ptr1,
  * Returns a %NULL-terminated array of name + address strings based on
  * registered mail identities.  Free the returned array with g_strfreev().
  *
- * Returns: an %NULL-terminated array of mail identity strings
+ * Returns: a %NULL-terminated array of mail identity strings
  **/
 gchar **
 itip_get_user_identities (ESourceRegistry *registry)
diff --git a/src/e-util/e-client-cache.c b/src/e-util/e-client-cache.c
index 911cd98a7e..723ce24445 100644
--- a/src/e-util/e-client-cache.c
+++ b/src/e-util/e-client-cache.c
@@ -853,7 +853,7 @@ e_client_cache_class_init (EClientCacheClass *class)
         * @client: the #EClient that received the D-Bus notification
         * @alert: an #EAlert with a user-friendly error description
         *
-        * Rebroadcasts a #EClient::backend-died signal emitted by @client,
+        * Rebroadcasts an #EClient::backend-died signal emitted by @client,
         * along with a pre-formatted #EAlert.
         *
         * As a convenience to signal handlers, this signal is always
@@ -876,7 +876,7 @@ e_client_cache_class_init (EClientCacheClass *class)
         * @client: the #EClient that received the D-Bus notification
         * @alert: an #EAlert with a user-friendly error description
         *
-        * Rebroadcasts a #EClient::backend-error signal emitted by @client,
+        * Rebroadcasts an #EClient::backend-error signal emitted by @client,
         * along with a pre-formatted #EAlert.
         *
         * As a convenience to signal handlers, this signal is always
@@ -1437,7 +1437,7 @@ e_client_cache_ref_cached_client (EClientCache *client_cache,
  * @extension_name: an extension name
  *
  * Returns %TRUE if an #EClient instance for @source and @extension_name
- * was recently discarded after having emitted a #EClient::backend-died
+ * was recently discarded after having emitted an #EClient::backend-died
  * signal, and a replacement #EClient instance has not yet been created.
  *
  * Returns: whether the backend for @source and @extension_name died
diff --git a/src/e-util/e-client-selector.c b/src/e-util/e-client-selector.c
index 382436a2da..559d3c465a 100644
--- a/src/e-util/e-client-selector.c
+++ b/src/e-util/e-client-selector.c
@@ -917,7 +917,7 @@ e_client_selector_ref_cached_client_by_iter (EClientSelector *selector,
  *
  * Returns %TRUE if an #EClient instance for @source and the value of
  * #ESourceSelector:extension-name was recently discarded after having
- * emitted a #EClient:backend-died signal, and a replacement #EClient
+ * emitted an #EClient:backend-died signal, and a replacement #EClient
  * instance has not yet been created.
  *
  * Returns: whether the backend for @source died
diff --git a/src/e-util/e-data-capture.c b/src/e-util/e-data-capture.c
index f51e682f07..e7e9b71e69 100644
--- a/src/e-util/e-data-capture.c
+++ b/src/e-util/e-data-capture.c
@@ -21,7 +21,7 @@
  * @short_description: Capture data from streams
  *
  * #EDataCapture is a #GConverter that captures data until the end of
- * the input data is seen, then emits a #EDataCapture:finished signal
+ * the input data is seen, then emits an #EDataCapture:finished signal
  * with the captured data in a #GBytes instance.
  *
  * When used with #GConverterInputStream or #GConverterOutputStream,
diff --git a/src/e-util/e-dialog-widgets.c b/src/e-util/e-dialog-widgets.c
index 2f7b58b9e5..b9075ebec3 100644
--- a/src/e-util/e-dialog-widgets.c
+++ b/src/e-util/e-dialog-widgets.c
@@ -33,7 +33,7 @@
 
 #include "e-dialog-widgets.h"
 
-/* Converts an mapped value to the appropriate index in an item group.  The
+/* Converts a mapped value to the appropriate index in an item group.  The
  * values for the items are provided as a -1-terminated array.
  */
 static gint
diff --git a/src/e-util/e-misc-utils.c b/src/e-util/e-misc-utils.c
index d41edb8abd..fdfca25572 100644
--- a/src/e-util/e-misc-utils.c
+++ b/src/e-util/e-misc-utils.c
@@ -3940,7 +3940,7 @@ e_util_resize_window_for_screen (GtkWindow *window,
  * @error: return location for a #GError, or %NULL
  *
  * Queries an LDAP server identified by @host and @port for supported
- * search bases and returns them as an NULL-terminated array of strings
+ * search bases and returns them as a NULL-terminated array of strings
  * at @out_root_dse. It sets @out_root_dse to NULL on error.
  * Free the returned @out_root_dse with g_strfreev() when no longer needed.
  *
diff --git a/src/e-util/e-spell-checker.c b/src/e-util/e-spell-checker.c
index f451124cb0..277d783a6b 100644
--- a/src/e-util/e-spell-checker.c
+++ b/src/e-util/e-spell-checker.c
@@ -573,7 +573,7 @@ e_spell_checker_count_active_languages (ESpellChecker *checker)
 
 /**
  * e_spell_checker_check_word:
- * @checker: an #SpellChecker
+ * @checker: a #SpellChecker
  * @word: a word to spell-check
  * @length: length of @word in bytes or -1 when %NULL-terminated
  *
diff --git a/src/e-util/e-tree-model.c b/src/e-util/e-tree-model.c
index 1bf702ca34..1908291844 100644
--- a/src/e-util/e-tree-model.c
+++ b/src/e-util/e-tree-model.c
@@ -508,7 +508,7 @@ e_tree_model_get_node_by_id (ETreeModel *tree_model,
  * @tree_model in column @col and node @path.  The data returned can be a
  * pointer or any data value that can be stored inside a pointer.
  *
- * The data returned is typically used by an sort renderer if it wants
+ * The data returned is typically used by a sort renderer if it wants
  * to proxy the data of cell value_at at a better sorting order.
  *
  * The data returned must be valid until the model sends a signal that
diff --git a/src/e-util/e-web-view.c b/src/e-util/e-web-view.c
index b19eb7f8ac..3903e1531d 100644
--- a/src/e-util/e-web-view.c
+++ b/src/e-util/e-web-view.c
@@ -3772,7 +3772,7 @@ web_view_cursor_image_copy_request_cb (GObject *source_object,
  *
  * Asynchronously copies the image under the cursor to the clipboard.
  *
- * This function triggers a #EWebView::new-activity signal emission so
+ * This function triggers an #EWebView::new-activity signal emission so
  * the asynchronous operation can be tracked and/or cancelled.
  **/
 void
@@ -3955,7 +3955,7 @@ web_view_cursor_image_save_request_cb (GObject *source_object,
  * Prompts the user to choose a destination file and then asynchronously
  * saves the image under the cursor to the destination file.
  *
- * This function triggers a #EWebView::new-activity signal emission so
+ * This function triggers an #EWebView::new-activity signal emission so
  * the asynchronous operation can be tracked and/or cancelled.
  **/
 void
diff --git a/src/e-util/widgets.error.xml b/src/e-util/widgets.error.xml
index 7e6b7c89d7..e6421ae601 100644
--- a/src/e-util/widgets.error.xml
+++ b/src/e-util/widgets.error.xml
@@ -11,7 +11,7 @@
 
   <error id="blank-signature" type="error">
     <_primary>Blank Signature</_primary>
-    <_secondary>Please provide an unique name to identify this signature.</_secondary>
+    <_secondary>Please provide a unique name to identify this signature.</_secondary>
   </error>
 
   <error id="no-image-copy" type="warning">
diff --git a/src/em-format/e-mail-formatter-extension.c b/src/em-format/e-mail-formatter-extension.c
index 612142935c..8e49ac6bd5 100644
--- a/src/em-format/e-mail-formatter-extension.c
+++ b/src/em-format/e-mail-formatter-extension.c
@@ -38,7 +38,7 @@ e_mail_formatter_extension_init (EMailFormatterExtension *extension)
  * @extension: an #EMailFormatterExtension
  * @formatter: an #EMailFormatter
  * @context: an #EMailFormatterContext
- * @part: a #EMailPart to be formatter
+ * @part: an #EMailPart to be formatter
  * @stream: a #GOutputStream to which the output should be written
  * @cancellable: (allow-none) a #GCancellable
  *
diff --git a/src/em-format/e-mail-parser-extension.c b/src/em-format/e-mail-parser-extension.c
index dbbc2c311b..f245e1af96 100644
--- a/src/em-format/e-mail-parser-extension.c
+++ b/src/em-format/e-mail-parser-extension.c
@@ -36,7 +36,7 @@ e_mail_parser_extension_init (EMailParserExtension *extension)
 /**
  * e_mail_parser_extension_parse
  * @extension: an #EMailParserExtension
- * @parser: a #EMailParser
+ * @parser: an #EMailParser
  * @mime_part: (allow-none) a #CamelMimePart to parse
  * @part_id: a #GString to which parser will append ID of the parsed part.
  * @cancellable: (allow-none) A #GCancellable
diff --git a/src/mail/e-mail-reader.c b/src/mail/e-mail-reader.c
index 5acb1c98a8..684c5bbb57 100644
--- a/src/mail/e-mail-reader.c
+++ b/src/mail/e-mail-reader.c
@@ -6157,7 +6157,7 @@ e_mail_reader_unset_folder_just_selected (EMailReader *reader)
  * @composer: an #EMsgComposer
  * @message: the source #CamelMimeMessage, or %NULL
  *
- * Emits a #EMailReader::composer-created signal to indicate the @composer
+ * Emits an #EMailReader::composer-created signal to indicate the @composer
  * window was created in response to a user action on @reader.  Examples of
  * such actions include replying, forwarding, and composing a new message.
  * If applicable, the source @message (i.e. the message being replied to or
diff --git a/src/modules/itip-formatter/itip-view.c b/src/modules/itip-formatter/itip-view.c
index 918099aed9..f3ff4876cd 100644
--- a/src/modules/itip-formatter/itip-view.c
+++ b/src/modules/itip-formatter/itip-view.c
@@ -6142,7 +6142,7 @@ view_response_cb (ItipView *view,
                }
        }
 
-       /* check if it is a  recur instance (no master object) and
+       /* check if it is a recur instance (no master object) and
         * add a property */
        if (itip_view_get_recur_check_state (view)) {
                prop = i_cal_property_new_x ("All");
diff --git a/src/modules/text-highlight/e-mail-formatter-text-highlight.c 
b/src/modules/text-highlight/e-mail-formatter-text-highlight.c
index 62b6582de3..d7c641c157 100644
--- a/src/modules/text-highlight/e-mail-formatter-text-highlight.c
+++ b/src/modules/text-highlight/e-mail-formatter-text-highlight.c
@@ -401,7 +401,7 @@ emfe_text_highlight_format (EMailFormatterExtension *extension,
 
                if (!success) {
                        /* We can't call e_mail_formatter_format_as on text/plain,
-                        * because text-highlight is registered as an handler for
+                        * because text-highlight is registered as a handler for
                         * text/plain, so we would end up in an endless recursion.
                         *
                         * Just return FALSE here and EMailFormatter will automatically
diff --git a/src/shell/e-shell-window.c b/src/shell/e-shell-window.c
index ab61ff3eb9..5e1b05dde8 100644
--- a/src/shell/e-shell-window.c
+++ b/src/shell/e-shell-window.c
@@ -1240,7 +1240,7 @@ e_shell_window_is_main_instance (EShellWindow *shell_window)
  * active view name, as returned by e_shell_window_get_active_view(),
  * should be requested.
  *
- * The function emits a #EShellWindow::shell-view-created signal with
+ * The function emits an #EShellWindow::shell-view-created signal with
  * @view_name as the signal detail when it instantiates an #EShellView.
  *
  * Returns: the requested #EShellView, or %NULL if no such view is
diff --git a/src/shell/e-shell.c b/src/shell/e-shell.c
index c15e3272d1..36f3078021 100644
--- a/src/shell/e-shell.c
+++ b/src/shell/e-shell.c
@@ -2861,12 +2861,12 @@ e_shell_event (EShell *shell,
  * Requests an application shutdown.  This happens in two phases: the
  * first is synchronous, the second is asynchronous.
  *
- * In the first phase, the @shell emits a #EShell::quit-requested signal
+ * In the first phase, the @shell emits an #EShell::quit-requested signal
  * to potentially give the user a chance to cancel shutdown.  If the user
  * cancels shutdown, the function returns %FALSE.  Otherwise it proceeds
  * into the second phase.
  *
- * In the second phase, the @shell emits a #EShell::prepare-for-quit
+ * In the second phase, the @shell emits an #EShell::prepare-for-quit
  * signal and immediately returns %TRUE.  Signal handlers may delay the
  * actual application shutdown while they clean up resources, but there
  * is no way to cancel shutdown at this point.
@@ -2915,7 +2915,7 @@ remote:  /* Send a message to the other Evolution process. */
  * handlers to prevent Evolution from quitting.  Calling this will stop
  * further emission of the #EShell::quit-requested signal.
  *
- * Note: This function has no effect during a #EShell::prepare-for-quit
+ * Note: This function has no effect during an #EShell::prepare-for-quit
  * signal emission.
  **/
 void


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