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.