[cairo-commit] src/cairo-pattern.c
Carl Worth
cworth at kemper.freedesktop.org
Fri May 18 13:23:10 PDT 2007
src/cairo-pattern.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 2c8598aafb4a8779ce94940ce91033a8c5a62ea4 (from 3cb67435f805a8ea39f38194379f216ea4a69ed6)
Author: Carl Worth <cworth at cworth.org>
Date: Fri May 18 13:23:04 2007 -0700
Fix typo in comment.
diff --git a/src/cairo-pattern.c b/src/cairo-pattern.c
index ad4169e..ab2ca53 100644
--- a/src/cairo-pattern.c
+++ b/src/cairo-pattern.c
@@ -1084,7 +1084,7 @@ _cairo_linear_pattern_classify (cairo_li
cairo_fixed_t factors[3];
int i;
- /* To classidy a pattern as horizontal or vertical, we first
+ /* To classify a pattern as horizontal or vertical, we first
* compute the (fixed point) factors at the corners of the
* pattern. We actually only need 3/4 corners, so we skip the
* fourth.
More information about the cairo-commit
mailing list