mirror of https://github.com/GNOME/gimp.git
fixed typo: s/spacified/specified/. Spotted by Kevin Cozens.
2004-02-08 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/image.pdb (image_rotate): fixed typo: s/spacified/specified/. Spotted by Kevin Cozens. * app/pdb/image_cmds.c * libgimp/gimpimage_pdb.c: regenerated.
This commit is contained in:
parent
5edad45e03
commit
684a56a0b3
|
@ -1,3 +1,11 @@
|
|||
2004-02-08 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* tools/pdbgen/pdb/image.pdb (image_rotate): fixed typo:
|
||||
s/spacified/specified/. Spotted by Kevin Cozens.
|
||||
|
||||
* app/pdb/image_cmds.c
|
||||
* libgimp/gimpimage_pdb.c: regenerated.
|
||||
|
||||
2004-02-08 DindinX <david@dindinx.org>
|
||||
|
||||
* plug-ins/common/tiff.c: applied a modified patch from Pablo
|
||||
|
|
|
@ -978,7 +978,7 @@ static ProcArg image_rotate_inargs[] =
|
|||
static ProcRecord image_rotate_proc =
|
||||
{
|
||||
"gimp_image_rotate",
|
||||
"Rotates the image by the spacified degrees.",
|
||||
"Rotates the image by the specified degrees.",
|
||||
"This procedure rotates the image.",
|
||||
"Michael Natterer",
|
||||
"Michael Natterer",
|
||||
|
|
|
@ -467,7 +467,7 @@ gimp_image_flip (gint32 image_ID,
|
|||
* @image_ID: The image.
|
||||
* @rotate_type: Angle of rotation.
|
||||
*
|
||||
* Rotates the image by the spacified degrees.
|
||||
* Rotates the image by the specified degrees.
|
||||
*
|
||||
* This procedure rotates the image.
|
||||
*
|
||||
|
|
|
@ -433,7 +433,7 @@ CODE
|
|||
}
|
||||
|
||||
sub image_rotate {
|
||||
$blurb = 'Rotates the image by the spacified degrees.';
|
||||
$blurb = 'Rotates the image by the specified degrees.';
|
||||
$help = 'This procedure rotates the image.';
|
||||
$author = $copyright = 'Michael Natterer';
|
||||
$date = '2003';
|
||||
|
|
Loading…
Reference in New Issue