From 4f41b4f9982e639cadf0a193e228af9d45aba44c Mon Sep 17 00:00:00 2001 From: Chema Celorio Date: Sun, 16 Feb 2003 15:15:05 +0000 Subject: fix a typo in the @bitmap argument description. s/line/layout Sun Feb 16 09:10:12 2003 Chema Celorio * pango/pangoft2.c (pango_ft2_render_layout): fix a typo in the @bitmap argument description. s/line/layout --- ChangeLog | 5 +++++ ChangeLog.pre-1-10 | 5 +++++ ChangeLog.pre-1-4 | 5 +++++ ChangeLog.pre-1-6 | 5 +++++ ChangeLog.pre-1-8 | 5 +++++ pango/pangoft2.c | 2 +- 6 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 014c405b..86cec04c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 16 09:10:12 2003 Chema Celorio + + * pango/pangoft2.c (pango_ft2_render_layout): fix a typo + in the @bitmap argument description. s/line/layout + Wed Feb 12 17:20:15 2003 Owen Taylor * configure.in: Simplify 'test x$have_x != xfalse' diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 014c405b..86cec04c 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +Sun Feb 16 09:10:12 2003 Chema Celorio + + * pango/pangoft2.c (pango_ft2_render_layout): fix a typo + in the @bitmap argument description. s/line/layout + Wed Feb 12 17:20:15 2003 Owen Taylor * configure.in: Simplify 'test x$have_x != xfalse' diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 014c405b..86cec04c 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,8 @@ +Sun Feb 16 09:10:12 2003 Chema Celorio + + * pango/pangoft2.c (pango_ft2_render_layout): fix a typo + in the @bitmap argument description. s/line/layout + Wed Feb 12 17:20:15 2003 Owen Taylor * configure.in: Simplify 'test x$have_x != xfalse' diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 014c405b..86cec04c 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,8 @@ +Sun Feb 16 09:10:12 2003 Chema Celorio + + * pango/pangoft2.c (pango_ft2_render_layout): fix a typo + in the @bitmap argument description. s/line/layout + Wed Feb 12 17:20:15 2003 Owen Taylor * configure.in: Simplify 'test x$have_x != xfalse' diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 014c405b..86cec04c 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +Sun Feb 16 09:10:12 2003 Chema Celorio + + * pango/pangoft2.c (pango_ft2_render_layout): fix a typo + in the @bitmap argument description. s/line/layout + Wed Feb 12 17:20:15 2003 Owen Taylor * configure.in: Simplify 'test x$have_x != xfalse' 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) -- cgit v1.2.1