[cairo-commit] src/cairo.h
Bryce Harrington
bryce at kemper.freedesktop.org
Fri Aug 24 16:43:58 UTC 2018
src/cairo.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5de2667b76eb484e916b2b0f0ba9e85750d44026
Author: Bryce Harrington <b.harrington at samsung.com>
Date: Fri Aug 24 09:33:50 2018 -0700
Fix sp. sheering
Pointed out by keith.briggs at bt.com
diff --git a/src/cairo.h b/src/cairo.h
index b2386af5d..3b98f8344 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -1063,7 +1063,7 @@ typedef struct _cairo_scaled_font cairo_scaled_font_t;
*
* A #cairo_font_face_t specifies all aspects of a font other
* than the size or font matrix (a font matrix is used to distort
- * a font by sheering it or scaling it unequally in the two
+ * a font by shearing it or scaling it unequally in the two
* directions) . A font face can be set on a #cairo_t by using
* cairo_set_font_face(); the size and font matrix are set with
* cairo_set_font_size() and cairo_set_font_matrix().
More information about the cairo-commit
mailing list