[eog: 1/2] Fix minor typos



commit 00abaf9ef484b6d8a2d854768558f6f62dc2a8e4
Author: Yuri Chornoivan <yurchor ukr net>
Date:   Sat Apr 18 15:26:42 2020 +0300

    Fix minor typos

 data/eog-preferences-dialog.ui      | 2 +-
 help/C/plugins.page                 | 2 +-
 src/eog-close-confirmation-dialog.c | 2 +-
 src/eog-image-jpeg.c                | 4 ++--
 src/eog-image.c                     | 2 +-
 src/eog-list-store.c                | 2 +-
 src/eog-metadata-reader.c           | 4 ++--
 src/eog-print-image-setup.c         | 4 ++--
 src/eog-scroll-view.c               | 4 ++--
 9 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/data/eog-preferences-dialog.ui b/data/eog-preferences-dialog.ui
index b48a62bf..ecd3331d 100644
--- a/data/eog-preferences-dialog.ui
+++ b/data/eog-preferences-dialog.ui
@@ -438,7 +438,7 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
                                     <property name="xalign">0</property>
-                                    <property name="label" translatable="yes" comments="I18N: This sentence 
will be displayed above a horizonzal scale to select a number of seconds in eog's preferences dialog.">_Time 
between images:</property>
+                                    <property name="label" translatable="yes" comments="I18N: This sentence 
will be displayed above a horizontal scale to select a number of seconds in eog's preferences dialog.">_Time 
between images:</property>
                                     <property name="use_underline">True</property>
                                   </object>
                                   <packing>
diff --git a/help/C/plugins.page b/help/C/plugins.page
index 9c7a1a6e..2fa8dab7 100644
--- a/help/C/plugins.page
+++ b/help/C/plugins.page
@@ -79,7 +79,7 @@ Adjusts the zoom to have the pictures's full width fit into the window.</p>
 </list>
 
 <note>
- <p>You can manage plugins by using the the
+ <p>You can manage plugins by using the
  <link xref="preferences#plugins">Plugins tab</link> in the Preferences window.</p>
 </note>
 
diff --git a/src/eog-close-confirmation-dialog.c b/src/eog-close-confirmation-dialog.c
index 5574967e..54919f61 100644
--- a/src/eog-close-confirmation-dialog.c
+++ b/src/eog-close-confirmation-dialog.c
@@ -119,7 +119,7 @@ get_nothumb_pixbuf (void)
        return GDK_PIXBUF (g_object_ref (nothumb_once.retval));
 }
 
-/*  Since we connect in the costructor we are sure this handler will be called
+/*  Since we connect in the constructor we are sure this handler will be called
  *  before the user ones
  */
 static void
diff --git a/src/eog-image-jpeg.c b/src/eog-image-jpeg.c
index 151f91af..44dd9d22 100644
--- a/src/eog-image-jpeg.c
+++ b/src/eog-image-jpeg.c
@@ -299,7 +299,7 @@ _save_jpeg_as_jpeg (EogImage *image, const char *file, EogImageSaveInfo *source,
 
        /* handle EXIF/IPTC data explicitly */
 #ifdef HAVE_EXIF
-       /* exif_chunk and exif are mutally exclusvie, this is what we assure here */
+       /* exif_chunk and exif are mutually exclusive, this is what we assure here */
        g_assert (priv->exif_chunk == NULL);
        if (priv->exif != NULL)
        {
@@ -430,7 +430,7 @@ _save_any_as_jpeg (EogImage *image, const char *file, EogImageSaveInfo *source,
 
        /* write EXIF/IPTC data explicitly */
 #ifdef HAVE_EXIF
-       /* exif_chunk and exif are mutally exclusvie, this is what we assure here */
+       /* exif_chunk and exif are mutually exclusive, this is what we assure here */
        g_assert (priv->exif_chunk == NULL);
        if (priv->exif != NULL)
        {
diff --git a/src/eog-image.c b/src/eog-image.c
index 5c627c8e..74d99a36 100644
--- a/src/eog-image.c
+++ b/src/eog-image.c
@@ -1958,7 +1958,7 @@ eog_image_save_as_by_info (EogImage *img, EogImageSaveInfo *source, EogImageSave
                success = gdk_pixbuf_save (priv->image, tmp_file_path, target->format, error, NULL);
        }
 
-       if (success && !direct_copy) { /* not required if we alredy copied the file directly */
+       if (success && !direct_copy) { /* not required if we already copied the file directly */
                /* try to move result file to target uri */
                success = tmp_file_move_to_uri (img, tmp_file, target->file, target->overwrite, error);
        }
diff --git a/src/eog-list-store.c b/src/eog-list-store.c
index 5bc8e6ca..a7112814 100644
--- a/src/eog-list-store.c
+++ b/src/eog-list-store.c
@@ -189,7 +189,7 @@ eog_list_store_new (void)
 }
 
 /*
-   Searchs for a file in the store. If found and @iter_found is not NULL,
+   Searches for a file in the store. If found and @iter_found is not NULL,
    then sets @iter_found to a #GtkTreeIter pointing to the file.
  */
 static gboolean
diff --git a/src/eog-metadata-reader.c b/src/eog-metadata-reader.c
index 959b59b3..244fb951 100644
--- a/src/eog-metadata-reader.c
+++ b/src/eog-metadata-reader.c
@@ -100,7 +100,7 @@ eog_metadata_reader_get_icc_profile (EogMetadataReader *emr)
 }
 #endif
 
-/* Default vfunc that simply clears the output if not overriden by the
+/* Default vfunc that simply clears the output if not overridden by the
    implementing class. This mimics the old behaviour of get_exif_chunk(). */
 static void
 _eog_metadata_reader_default_get_raw_exif (EogMetadataReader *emr,
@@ -112,7 +112,7 @@ _eog_metadata_reader_default_get_raw_exif (EogMetadataReader *emr,
        *length = 0;
 }
 
-/* Default vfunc that simply returns NULL if not overriden by the implementing
+/* Default vfunc that simply returns NULL if not overridden by the implementing
    class. Mimics the old fallback behaviour of the getter functions. */
 static gpointer
 _eog_metadata_reader_default_get_null (EogMetadataReader *emr)
diff --git a/src/eog-print-image-setup.c b/src/eog-print-image-setup.c
index 94fd2e52..fa73b16c 100644
--- a/src/eog-print-image-setup.c
+++ b/src/eog-print-image-setup.c
@@ -190,9 +190,9 @@ center_vertical (EogPrintImageSetup *setup,
 {
        EogPrintImageSetupPrivate *priv;
        priv = setup->priv;
-       gdouble page_heigth = gtk_page_setup_get_page_height (priv->page_setup, priv->current_unit);
+       gdouble page_height = gtk_page_setup_get_page_height (priv->page_setup, priv->current_unit);
        gdouble scale = 0.01*gtk_range_get_value (GTK_RANGE (priv->scaling));
-       gdouble top_is_bottom   = (page_heigth - height*scale)/2;
+       gdouble top_is_bottom   = (page_height - height*scale)/2;
        adjust_top_value   (setup,top_is_bottom);
        adjust_bottom_value(setup,top_is_bottom);
 }
diff --git a/src/eog-scroll-view.c b/src/eog-scroll-view.c
index b0f3152c..13376bb7 100644
--- a/src/eog-scroll-view.c
+++ b/src/eog-scroll-view.c
@@ -42,7 +42,7 @@
 #define CHECK_LIGHT "#cccccc"
 #define CHECK_WHITE "#ffffff"
 
-/* Time used for the realing animation of the overlaid buttons */
+/* Time used for the revealing animation of the overlaid buttons */
 #define OVERLAY_REVEAL_ANIM_TIME (500U) /* ms */
 
 /* from cairo-image-surface.c */
@@ -2013,7 +2013,7 @@ eog_scroll_view_set_image (EogScrollView *view, EogImage *image)
  * eog_scroll_view_get_image:
  * @view: An #EogScrollView.
  *
- * Gets the the currently displayed #EogImage.
+ * Gets the currently displayed #EogImage.
  *
  * Returns: (transfer full): An #EogImage.
  **/


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