summaryrefslogtreecommitdiff
path: root/test/glyph-cache-pressure.c
diff options
context:
space:
mode:
authorNis Martensen <nis.martensen@web.de>2012-03-03 23:00:54 +0100
committerUli Schlachter <psychon@znc.in>2012-03-10 10:20:28 +0100
commit77da76ac6c31709962e81b2683d984bc58c412d6 (patch)
tree7bf46fda56e0fdd5efc07c97907105cce8b2d1d3 /test/glyph-cache-pressure.c
parent4a1d4205580b793f46101aafe432e9eaf39cf8f2 (diff)
downloadcairo-77da76ac6c31709962e81b2683d984bc58c412d6.tar.gz
doc: fix a few typos found by codespell
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'test/glyph-cache-pressure.c')
-rw-r--r--test/glyph-cache-pressure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/glyph-cache-pressure.c b/test/glyph-cache-pressure.c
index 770b39fd6..eb4f7c5c2 100644
--- a/test/glyph-cache-pressure.c
+++ b/test/glyph-cache-pressure.c
@@ -38,7 +38,7 @@
* https://bugs.freedesktop.org/show_bug.cgi?id=6955
*
* We replicate this bug by using the cairo_scaled_font_set_max_glyphs_per_font
- * function to artifically induce cache pressure. (This function was added
+ * function to artificially induce cache pressure. (This function was added
* for this very purpose.)
*
* 2006-06-22 Carl Worth <cworth@cworth.org>