From 15434db63e4e69fb07a8bb74797933ec569fbd3d Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sun, 28 May 2000 16:17:07 +0000 Subject: [PATCH] Fix typo Sun May 28 12:16:01 2000 Owen Taylor * gtk/tmpl/gtkaspectframe.sgml: Fix typo --- docs/reference/ChangeLog | 5 +++++ docs/reference/gtk/tmpl/gtkaspectframe.sgml | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 825ea1f391..8f05d87149 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Sun May 28 12:16:01 2000 Owen Taylor + + * gtk/tmpl/gtkaspectframe.sgml: Fix typo + pointed out by Gregory McLean. + 2000-05-28 Damon Chaplin * gdk/tmpl/event_structs.sgml: typo. diff --git a/docs/reference/gtk/tmpl/gtkaspectframe.sgml b/docs/reference/gtk/tmpl/gtkaspectframe.sgml index 4abe32b7c7..9a6960578e 100644 --- a/docs/reference/gtk/tmpl/gtkaspectframe.sgml +++ b/docs/reference/gtk/tmpl/gtkaspectframe.sgml @@ -32,10 +32,10 @@ Create a new #GtkAspectFrame. @label: Label text. -@xalign: Horizontal lignment of the child within the allocation of +@xalign: Horizontal alignment of the child within the allocation of the #GtkAspectFrame. This ranges from 0.0 (left aligned) to 1.0 (right aligned) -@yalign: Vertical lignment of the child within the allocation of +@yalign: Vertical alignment of the child within the allocation of the #GtkAspectFrame. This ranges from 0.0 (left aligned) to 1.0 (right aligned) @ratio: The desired aspect ratio. @@ -52,10 +52,10 @@ Set parameters for an existing #GtkAspectFrame. @aspect_frame: a #GtkAspectFrame -@xalign: Horizontal lignment of the child within the allocation of +@xalign: Horizontal alignment of the child within the allocation of the #GtkAspectFrame. This ranges from 0.0 (left aligned) to 1.0 (right aligned) -@yalign: Vertical lignment of the child within the allocation of +@yalign: Vertical alignment of the child within the allocation of the #GtkAspectFrame. This ranges from 0.0 (left aligned) to 1.0 (right aligned) @ratio: The desired aspect ratio.