[eog] Fix spelling errors in eog
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Fix spelling errors in eog
- Date: Thu, 4 Oct 2012 09:35:20 +0000 (UTC)
commit 04369bbe464389601de1fd553e89b0865cd35a29
Author: Martin Olsson <martin minimum se>
Date: Sat Sep 29 20:28:57 2012 +0200
Fix spelling errors in eog
https://bugzilla.gnome.org/show_bug.cgi?id=685106
NEWS | 6 +++---
help/bg/eog.xml | 2 +-
src/eog-exif-details.c | 2 +-
src/eog-metadata-reader.c | 2 +-
src/eog-pixbuf-util.c | 2 +-
src/eog-print-preview.c | 2 +-
src/eog-util.c | 2 +-
src/eog-window.c | 4 ++--
8 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/NEWS b/NEWS
index 22f7cbd..ac29d94 100644
--- a/NEWS
+++ b/NEWS
@@ -889,7 +889,7 @@ Version 2.91.6
* The plugin system was converted to libpeas (Claudio Saavedra, Felix Riemann)
* Basic support for GObject Introspection (Claudio Saavedra)
* Support copying an image to the clipboard (Adrian Hands, Felix Riemann)
- * More GTK+-3.0 compatiblity fixes (Claudio Saavedra)
+ * More GTK+-3.0 compatibility fixes (Claudio Saavedra)
* Misc fixes, cleanups and optimizations (Claudio Saavedra, Felix Riemann)
Bug fixes:
@@ -1498,7 +1498,7 @@ New and updated translations:
Version 2.27.5
--------------
- * Add option to move the detailled metadata list on its own page in the image
+ * Add option to move the detailed metadata list on its own page in the image
properties dialog; useful on small screens (Felix Riemann)
* Add option to have filechooser show the XDG pictures folder by default if
no image is loaded (Felix Riemann)
@@ -3953,7 +3953,7 @@ Version 2.3.1
Version 2.3.0
-------------
-* Architectual changes (Jens)
+* Architectural changes (Jens)
* Build image collection component always
(this is also usable in Nautilus as photo collection view) (Jens)
* Collection view shows the selected image in the top
diff --git a/help/bg/eog.xml b/help/bg/eog.xml
index fa22a51..905ec5c 100644
--- a/help/bg/eog.xml
+++ b/help/bg/eog.xml
@@ -259,7 +259,7 @@
</listitem>
<listitem><para>RAS - ÐÐÑÑÐÑ ÐÐ Sun</para>
</listitem>
- <listitem><para>SVG - Scaleable Vector Graphics</para>
+ <listitem><para>SVG - Scalable Vector Graphics</para>
</listitem>
<listitem><para>TGA - Targa</para>
</listitem>
diff --git a/src/eog-exif-details.c b/src/eog-exif-details.c
index 878cfef..4f9c6ed 100644
--- a/src/eog-exif-details.c
+++ b/src/eog-exif-details.c
@@ -456,7 +456,7 @@ exif_entry_cb (ExifEntry *entry, gpointer data)
char b[1024];
const gint key = ifd << 16 | entry->tag;
- /* This should optimize away if comparision is correct */
+ /* This should optimize away if comparison is correct */
g_warn_if_fail (EXIF_IFD_COUNT <= G_MAXUINT16);
view = EOG_EXIF_DETAILS (data);
diff --git a/src/eog-metadata-reader.c b/src/eog-metadata-reader.c
index 29fb70b..166623d 100644
--- a/src/eog-metadata-reader.c
+++ b/src/eog-metadata-reader.c
@@ -101,7 +101,7 @@ eog_metadata_reader_get_icc_profile (EogMetadataReader *emr)
#endif
/* Default vfunc that simply clears the output if not overriden by the
- implementing class. This mimics the old behavour of get_exif_chunk(). */
+ implementing class. This mimics the old behaviour of get_exif_chunk(). */
static void
_eog_metadata_reader_default_get_raw_exif (EogMetadataReader *emr,
guchar **data, guint *length)
diff --git a/src/eog-pixbuf-util.c b/src/eog-pixbuf-util.c
index 282118e..593b142 100644
--- a/src/eog-pixbuf-util.c
+++ b/src/eog-pixbuf-util.c
@@ -76,7 +76,7 @@ eog_pixbuf_get_common_suffix (GdkPixbufFormat *format)
extensions = gdk_pixbuf_format_get_extensions (format);
if (extensions[0] == NULL) return NULL;
- /* try to find 3-char suffix first, use the last occurence */
+ /* try to find 3-char suffix first, use the last occurrence */
for (i = 0; extensions [i] != NULL; i++) {
if (strlen (extensions[i]) <= 3) {
g_free (result);
diff --git a/src/eog-print-preview.c b/src/eog-print-preview.c
index 182eed6..190cc20 100644
--- a/src/eog-print-preview.c
+++ b/src/eog-print-preview.c
@@ -394,7 +394,7 @@ eog_print_preview_class_init (EogPrintPreviewClass *klass)
* EogPrintPreview::image-scaled:
* @preview: the object which received the signal
*
- * The ::image-scaled signal is emmited when the scale of the image is changed.
+ * The ::image-scaled signal is emitted when the scale of the image is changed.
*/
preview_signals [SIGNAL_IMAGE_SCALED] =
g_signal_new ("image_scaled",
diff --git a/src/eog-util.c b/src/eog-util.c
index 0460aa1..45a5ae7 100644
--- a/src/eog-util.c
+++ b/src/eog-util.c
@@ -341,7 +341,7 @@ static void migrate_config_folder (const gchar* new_dir)
dir_file = g_file_new_for_path (old_dir);
if (!g_file_delete (dir_file, NULL, &error)) {
- g_warning ("An error occured while deleting the old config folder %s: %s\n", old_dir, error->message);
+ g_warning ("An error occurred while deleting the old config folder %s: %s\n", old_dir, error->message);
g_error_free (error);
}
g_object_unref (dir_file);
diff --git a/src/eog-window.c b/src/eog-window.c
index 14cccd2..e24ff18 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -3500,7 +3500,7 @@ eog_window_cmd_move_to_trash (GtkAction *action, gpointer user_data)
/* FIXME: make a nice progress dialog */
/* Do the work actually. First try to delete the image from the disk. If this
- * is successfull, remove it from the screen. Otherwise show error dialog.
+ * is successful, remove it from the screen. Otherwise show error dialog.
*/
for (it = images; it != NULL; it = it->next) {
GError *error = NULL;
@@ -4319,7 +4319,7 @@ get_appinfo_for_editor (EogWindow *window)
* (item is available, but can't find the GtkAction for it).
*
* By ensuring we keep the GAppInfo around, we avoid the
- * possibility of that situation occuring.
+ * possibility of that situation occurring.
*/
static GDesktopAppInfo *app_info = NULL;
static gboolean initialised;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]