[gegl] comment typo



commit b8cf9cc3dd90462f83d74a59a41168a2709591a9
Author: Nicolas Robidoux <nrobidoux git gnome org>
Date:   Tue Dec 4 20:22:50 2012 -0500

    comment typo

 operations/transform/transform-core.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/transform/transform-core.c b/operations/transform/transform-core.c
index bf9c138..0626292 100644
--- a/operations/transform/transform-core.c
+++ b/operations/transform/transform-core.c
@@ -342,7 +342,7 @@ gegl_transform_bounding_box (const gdouble *points,
   /*
    * Maybe it would be better to use (gint) cast instead of floor, to
    * restore overall "left-right" symmetry, at least to some
-   * extent. This needs to be through through (in connection with
+   * extent. This needs to be tought through (in connection with
    * transformations that "flip" things).
    */
   gint    i,
@@ -480,8 +480,8 @@ gegl_transform_get_bounding_box (GeglOperation *op)
 
   if (!gegl_transform_matrix3_allow_fast_translate (&matrix))
     {
-      in_rect.x      += context_rect.x;
-      in_rect.y      += context_rect.y;
+      in_rect.x += context_rect.x;
+      in_rect.y += context_rect.y;
       /*
        * Does "- (gint) 1" interact badly with {*,*,0,0}?
        */



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