libgimpbase: fix typos in docs of recently added unit functions

This commit is contained in:
Michael Natterer 2010-02-24 10:53:10 +01:00
parent 261bb2c598
commit 0ee393c692
1 changed files with 3 additions and 3 deletions

View File

@ -463,7 +463,7 @@ gimp_param_spec_unit (const gchar *name,
* gimp_pixels_to_units: * gimp_pixels_to_units:
* @pixels: value in pixels * @pixels: value in pixels
* @unit: unit to convert to * @unit: unit to convert to
* @resolution: respoution in DPI * @resolution: resloution in DPI
* *
* Returns: %pixels converted to units. * Returns: %pixels converted to units.
* *
@ -481,10 +481,10 @@ gimp_pixels_to_units (gdouble pixels,
} }
/** /**
* gimp_inits_to_pixels: * gimp_units_to_pixels:
* @value: value in units * @value: value in units
* @unit: unit of %value * @unit: unit of %value
* @resolution: respoution in DPI * @resolution: resloution in DPI
* *
* Returns: %value converted to pixels. * Returns: %value converted to pixels.
* *