summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorChema Celorio <chema@celorio.com>2003-02-16 15:16:56 +0000
committerJose Maria Celorio <chema@src.gnome.org>2003-02-16 15:16:56 +0000
commitfd22aea6f13c3143fc7a6525335888e65b68e88e (patch)
treeed48afa23c625b28a6bcd36a86e959b61e83246f /pango
parent0c152f0504821df81edc4f702f5e5231dbe5b323 (diff)
downloadpango-fd22aea6f13c3143fc7a6525335888e65b68e88e.tar.gz
fix a typo in the @bitmap argument description. s/line/layout
Sun Feb 16 09:10:12 2003 Chema Celorio <chema@celorio.com> * pango/pangoft2.c (pango_ft2_render_layout): fix a typo in the @bitmap argument description. s/line/layout
Diffstat (limited to 'pango')
-rw-r--r--pango/pangoft2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c
index 80c78a50..72f4cd1c 100644
--- a/pango/pangoft2.c
+++ b/pango/pangoft2.c
@@ -903,7 +903,7 @@ pango_ft2_render_layout_line (FT_Bitmap *bitmap,
/**
* pango_ft2_render_layout:
- * @bitmap: a FT_Bitmap to render the line onto
+ * @bitmap: a FT_Bitmap to render the layout onto
* @layout: a #PangoLayout
* @x: the X position of the left of the layout (in pixels)
* @y: the Y position of the top of the layout (in pixels)