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

@ -418,7 +418,7 @@ gimp_int_radio_group_set_active (GtkRadioButton *radio_button,
* @adjustment: Returns the spinbutton's #GtkAdjustment.
* @value: The initial value of the spinbutton.
* @lower: The lower boundary.
* @upper: The uppper boundary.
* @upper: The upper boundary.
* @step_increment: The spinbutton's step increment.
* @page_increment: The spinbutton's page increment (mouse button 2).
* @page_size: Ignored, spin buttons must always have a zero page size.
@ -968,7 +968,7 @@ gimp_uint_adjustment_update (GtkAdjustment *adjustment,
/**
* gimp_float_adjustment_update:
* @adjustment: A #GtkAdjustment.
* @data: A pointer to a #gfloat varaiable which will store the
* @data: A pointer to a #gfloat variable which will store the
* @adjustment's value.
**/
void