summaryrefslogtreecommitdiff
path: root/src/cairoint.h
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-10-20 14:11:30 -0400
committerBryce Harrington <bryce@bryceharrington.org>2019-01-31 17:37:15 -0800
commit6d93bddbd65a1a9723260f2b0406abae4dd63c7f (patch)
treea15fc178007793fb91aa9aaf0ff74c3a051c4d12 /src/cairoint.h
parentcb871c6c692af68d8e0bf9e26472af45435f8a2c (diff)
downloadcairo-6d93bddbd65a1a9723260f2b0406abae4dd63c7f.tar.gz
Misc. typos
Found via `codespell -i 3 -w -I ../cairo-word-whitelist.txt -L tim,ned,uint` Follow up of 12cb59be7da Reviewed-by: Bryce Harrington <bryce@bryceharrington.org>
Diffstat (limited to 'src/cairoint.h')
-rw-r--r--src/cairoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairoint.h b/src/cairoint.h
index 331ab5357..29b844d3a 100644
--- a/src/cairoint.h
+++ b/src/cairoint.h
@@ -1522,7 +1522,7 @@ _cairo_surface_release_device_reference (cairo_surface_t *surface);
* visuals. This time we invented #cairo_internal_format_t instead,
* (see it for more discussion).
*
- * The punchline is that %CAIRO_FORMAT_VALID must not conside any
+ * The punchline is that %CAIRO_FORMAT_VALID must not consider any
* internal format to be valid. Also we need to decide if the
* RGB16_565 should be moved to instead be an internal format. If so,
* this macro need not change for it. (We probably will need to leave