summaryrefslogtreecommitdiff
path: root/pango/pango-matrix.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-05-05 17:27:23 -0700
committerBehdad Esfahbod <behdad@behdad.org>2015-05-05 17:33:44 -0700
commitc923660d8f58ccfa43cf158a42460d4efe566de2 (patch)
tree58da338316f0b183cb25144b755a6e4a92f78078 /pango/pango-matrix.c
parenta087f683c22f7c7e79a6300e2e626a9da191fcf8 (diff)
downloadpango-c923660d8f58ccfa43cf158a42460d4efe566de2.tar.gz
Minor doc fix
Diffstat (limited to 'pango/pango-matrix.c')
-rw-r--r--pango/pango-matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-matrix.c b/pango/pango-matrix.c
index 4ec54d63..50f8be1a 100644
--- a/pango/pango-matrix.c
+++ b/pango/pango-matrix.c
@@ -212,7 +212,7 @@ pango_matrix_get_font_scale_factor (const PangoMatrix *matrix)
* pango_matrix_get_font_scale_factors:
* @matrix: (nullable): a #PangoMatrix, or %NULL
* @xscale: (out) (allow-none): output scale factor in the x direction, or %NULL
- * @rect: (inout) (allow-none): output scale factor perpendicular to the x direction, or %NULL
+ * @yscale: (out) (allow-none): output scale factor perpendicular to the x direction, or %NULL
*
* Calculates the scale factor of a matrix on the width and height of the font.
* That is, @xscale is the scale factor in the direction of the X coordinate,