Bug 768044 - Fix many typos

This fixes many typos in comments and one in a user-visible string (msgid
"center abscisse" changed to "center abscissa" in affected po files. too).
This commit is contained in:
Richard Kreckel
2016-06-25 22:54:10 +02:00
committed by Michael Natterer
parent 6f3c251eca
commit dd9b0fc55b
92 changed files with 133 additions and 133 deletions

View File

@ -186,7 +186,7 @@ gimp_param_matrix2_values_cmp (GParamSpec *pspec,
* gimp_param_spec_matrix2:
* @name: Canonical name of the param
* @nick: Nickname of the param
* @blurb: Brief desciption of param.
* @blurb: Brief description of param.
* @default_value: Value to use if none is assigned.
* @flags: a combination of #GParamFlags
*
@ -404,7 +404,7 @@ gimp_param_matrix3_values_cmp (GParamSpec *pspec,
* gimp_param_spec_matrix3:
* @name: Canonical name of the param
* @nick: Nickname of the param
* @blurb: Brief desciption of param.
* @blurb: Brief description of param.
* @default_value: Value to use if none is assigned.
* @flags: a combination of #GParamFlags
*

View File

@ -984,11 +984,11 @@ gimp_vector3_rotate_val (GimpVector3 vector,
/**
* gimp_vector_2d_to_3d:
* @sx: the abscisse of the upper-left screen rectangle.
* @sx: the abscissa of the upper-left screen rectangle.
* @sy: the ordinate of the upper-left screen rectangle.
* @w: the width of the screen rectangle.
* @h: the height of the screen rectangle.
* @x: the abscisse of the point in the screen rectangle to map.
* @x: the abscissa of the point in the screen rectangle to map.
* @y: the ordinate of the point in the screen rectangle to map.
* @vp: the position of the observer.
* @p: the resulting point.
@ -1031,11 +1031,11 @@ gimp_vector_2d_to_3d (gint sx,
/**
* gimp_vector_2d_to_3d_val:
* @sx: the abscisse of the upper-left screen rectangle.
* @sx: the abscissa of the upper-left screen rectangle.
* @sy: the ordinate of the upper-left screen rectangle.
* @w: the width of the screen rectangle.
* @h: the height of the screen rectangle.
* @x: the abscisse of the point in the screen rectangle to map.
* @x: the abscissa of the point in the screen rectangle to map.
* @y: the ordinate of the point in the screen rectangle to map.
* @vp: position of the observer.
* @p: the resulting point.
@ -1079,11 +1079,11 @@ gimp_vector_2d_to_3d_val (gint sx,
/**
* gimp_vector_3d_to_2d:
* @sx: the abscisse of the upper-left screen rectangle.
* @sx: the abscissa of the upper-left screen rectangle.
* @sy: the ordinate of the upper-left screen rectangle.
* @w: the width of the screen rectangle.
* @h: the height of the screen rectangle.
* @x: the abscisse of the point in the screen rectangle to map (return value).
* @x: the abscissa of the point in the screen rectangle to map (return value).
* @y: the ordinate of the point in the screen rectangle to map (return value).
* @vp: position of the observer.
* @p: the 3D point to project to the plane.