[gimp] libgimpbase: fix typos in docs of recently added unit functions



commit 0ee393c69226ba2be972c0846caf594b8409f954
Author: Michael Natterer <mitch gimp org>
Date:   Wed Feb 24 10:53:10 2010 +0100

    libgimpbase: fix typos in docs of recently added unit functions

 libgimpbase/gimpunit.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgimpbase/gimpunit.c b/libgimpbase/gimpunit.c
index 6bc174a..006f3f2 100644
--- a/libgimpbase/gimpunit.c
+++ b/libgimpbase/gimpunit.c
@@ -463,7 +463,7 @@ gimp_param_spec_unit (const gchar *name,
  * gimp_pixels_to_units:
  * @pixels:     value in pixels
  * @unit:       unit to convert to
- * @resolution: respoution in DPI
+ * @resolution: resloution in DPI
  *
  * 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
  * @unit:       unit of %value
- * @resolution: respoution in DPI
+ * @resolution: resloution in DPI
  *
  * Returns: %value converted to pixels.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]