summaryrefslogtreecommitdiff
path: root/docs/pango_cairo.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pango_cairo.md')
-rw-r--r--docs/pango_cairo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pango_cairo.md b/docs/pango_cairo.md
index afd59ae9..2f7bd4d7 100644
--- a/docs/pango_cairo.md
+++ b/docs/pango_cairo.md
@@ -72,7 +72,7 @@ draw_text (cairo_t *cr)
cairo_rotate (cr, angle * G_PI / 180.);
- /* Inform Pango2 to re-layout the text with the new transformation */
+ /* Inform Pango to re-layout the text with the new transformation */
pango2_cairo_update_layout (cr, layout);
lines = pango2_layout_get_lines (layout);