summaryrefslogtreecommitdiff
path: root/src/cairoint.h
diff options
context:
space:
mode:
authorluz paz <luzpaz@github.com>2022-03-28 16:43:03 -0400
committerluz paz <luzpaz@github.com>2022-03-28 16:43:03 -0400
commit25d588e6c02ff9c540ccd107c835881ca113c497 (patch)
tree2809811f04206b7b08649d817833db5c04ae4f31 /src/cairoint.h
parent4931e44f23059fd7dc1a2ab2c6c5f2eedf651eb5 (diff)
downloadcairo-25d588e6c02ff9c540ccd107c835881ca113c497.tar.gz
Fix typos in doxygen and source comments
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 cfa77ddbb..8d472b0bb 100644
--- a/src/cairoint.h
+++ b/src/cairoint.h
@@ -518,7 +518,7 @@ struct _cairo_scaled_font_backend {
* Get the requested glyph info.
* @scaled_font: a #cairo_scaled_font_t
* @scaled_glyph: a #cairo_scaled_glyph_t the glyph
- * @info: a #cairo_scaled_glyph_info_t which information to retreive
+ * @info: a #cairo_scaled_glyph_info_t which information to retrieve
* %CAIRO_SCALED_GLYPH_INFO_METRICS - glyph metrics and bounding box
* %CAIRO_SCALED_GLYPH_INFO_SURFACE - surface holding glyph image
* %CAIRO_SCALED_GLYPH_INFO_PATH - path holding glyph outline in device space