diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a88aeffe1c..0045e209a4 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2005-09-05 Matthias Clasen + + * gtk/tmpl/gtkpaned.sgml: Fix some typos. + (#315208, Vincent Untz) + 2005-08-30 Matthias Clasen * gtk/gtk-sections.txt: Add gtk_window_[sg]et_deletable. diff --git a/docs/reference/gtk/tmpl/gtkpaned.sgml b/docs/reference/gtk/tmpl/gtkpaned.sgml index bb766eb225..eef59ec411 100644 --- a/docs/reference/gtk/tmpl/gtkpaned.sgml +++ b/docs/reference/gtk/tmpl/gtkpaned.sgml @@ -201,7 +201,7 @@ Adds a child to the top or left pane. @paned: a paned widget @child: the child to add @resize: should this child expand when the paned widget is resized. -@shrink: can this child be made smaller than its requsition. +@shrink: can this child be made smaller than its requisition. @@ -212,7 +212,7 @@ Adds a child to the bottom or right pane. @paned: a paned widget @child: the child to add @resize: should this child expand when the paned widget is resized. -@shrink: can this child be made smaller than its requsition. +@shrink: can this child be made smaller than its requisition.