[cairo-bugs] [Bug 50411] New: [patch] the English word "tessellator" is spelt wrong in the code

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun May 27 23:13:10 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=50411

             Bug #: 50411
           Summary: [patch] the English word "tessellator" is spelt wrong
                    in the code
    Classification: Unclassified
           Product: cairo
           Version: 1.12.2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
        AssignedTo: cworth at cworth.org
        ReportedBy: dongsheng.xing at intel.com
         QAContact: cairo-bugs at cairographics.org


Hi, the English word "tessellator" is spelt wrong in the code. Here is the
patch   to correct the typo.

diff --git a/src/cairo-fixed-private.h b/src/cairo-fixed-private.h
index b6cc6be..f4a0c23 100644
--- a/src/cairo-fixed-private.h
+++ b/src/cairo-fixed-private.h
@@ -45,7 +45,7 @@

 #if (CAIRO_FIXED_BITS != 32)
 # error CAIRO_FIXED_BITS must be 32, and the type must be a 32-bit type.
-# error To remove this limitation, you will have to fix the tesselator.
+# error To remove this limitation, you will have to fix the tessellator.
 #endif

 #define CAIRO_FIXED_ONE        ((cairo_fixed_t)(1 << CAIRO_FIXED_FRAC_BITS))
diff --git a/src/cairo-fixed-type-private.h b/src/cairo-fixed-type-private.h
index 2bbd5f7..e9f26f6 100644
--- a/src/cairo-fixed-type-private.h
+++ b/src/cairo-fixed-type-private.h
@@ -50,7 +50,7 @@ typedef cairo_int128_t        cairo_fixed_64_64_t;
 typedef cairo_int128_t cairo_fixed_96_32_t;

 /* Eventually, we should allow changing this, but I think
- * there are some assumptions in the tesselator about the
+ * there are some assumptions in the tessellator about the
  * size of a fixed type.  For now, it must be 32.
  */
 #define CAIRO_FIXED_BITS       32

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the cairo-bugs mailing list