[gimp/soc-2011-seamless-clone2] Fixed several typos. Minor whitespace changes.



commit 8ea702243b071d42dcfcceb5684aaf6379c3bcb4
Author: Kevin Cozens <kcozens svn gnome org>
Date:   Fri Dec 14 17:42:09 2012 -0500

    Fixed several typos. Minor whitespace changes.

 plug-ins/file-bmp/bmp-write.c   |    6 +++---
 plug-ins/file-jpeg/gimpexif.c   |    2 +-
 plug-ins/pygimp/doc/pygimp.sgml |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/plug-ins/file-bmp/bmp-write.c b/plug-ins/file-bmp/bmp-write.c
index 81898e3..3aa0059 100644
--- a/plug-ins/file-bmp/bmp-write.c
+++ b/plug-ins/file-bmp/bmp-write.c
@@ -55,7 +55,7 @@ static struct
   RGBMode rgb_format;
   gint    use_run_length_encoding;
 
-  /* Weather or not to write BITMAPV5HEADER color space data */
+  /* Whether or not to write BITMAPV5HEADER color space data */
   gint    dont_write_color_space_data;
 } BMPSaveData;
 
@@ -193,7 +193,7 @@ WriteBMP (const gchar  *filename,
 
     case GIMP_GRAYA_IMAGE:
       if (interactive && !warning_dialog (_("Cannot save indexed image with "
-                                           "transparency in BMP file format."),
+                                            "transparency in BMP file format."),
                                           _("Alpha channel will be ignored.")))
         return GIMP_PDB_CANCEL;
 
@@ -225,7 +225,7 @@ WriteBMP (const gchar  *filename,
 
     case GIMP_INDEXEDA_IMAGE:
       if (interactive && !warning_dialog (_("Cannot save indexed image with "
-                                           "transparency in BMP file format."),
+                                            "transparency in BMP file format."),
                                           _("Alpha channel will be ignored.")))
         return GIMP_PDB_CANCEL;
 
diff --git a/plug-ins/file-jpeg/gimpexif.c b/plug-ins/file-jpeg/gimpexif.c
index 4fe91a1..ab14a99 100644
--- a/plug-ins/file-jpeg/gimpexif.c
+++ b/plug-ins/file-jpeg/gimpexif.c
@@ -119,7 +119,7 @@ gimp_metadata_generate_exif (gint32 image_ID)
  *
  * This function is a wrapper around the libexif function
  * exif_content_get_value(), necessary to deal with an incompatible
- * API change.  It looks up the value of the specifed tag,
+ * API change.  It looks up the value of the specified tag,
  * returning the result as a human-readable string.  Note that
  * @value must be pre-allocated.
  */
diff --git a/plug-ins/pygimp/doc/pygimp.sgml b/plug-ins/pygimp/doc/pygimp.sgml
index 47b530a..09a0b01 100644
--- a/plug-ins/pygimp/doc/pygimp.sgml
+++ b/plug-ins/pygimp/doc/pygimp.sgml
@@ -2138,7 +2138,7 @@ main()
            style (here, <Literal>console_echo</Literal> becomes
            <Literal>console-echo</Literal>). Moreover, a
            <Literal>python-fu-</Literal> prefix is automatically added; it is
-           better not to explicitely add it ourselves, as it will makes the
+           better not to explicitly add it ourselves, as it will make the
            often useful <Literal>(plug-in-script-fu-eval ...)</Literal>
            evaluation fail.</Para>
          </ListItem>


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