Fixed several typos. Minor whitespace changes.

This commit is contained in:
Kevin Cozens 2012-12-14 17:42:09 -05:00
parent df30fd6e68
commit cc20c8d7f6
3 changed files with 5 additions and 5 deletions

View file

@ -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;

View file

@ -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.
*/

View file

@ -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>