From a70b2f8001a5522cf6f172f11ba36b4af65af121 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Fri, 11 Jun 2004 12:36:55 +0000 Subject: [PATCH] fixed typo, used word 'assigned' instead of 'allotted' git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/sizer.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/sizer.tex b/docs/latex/wx/sizer.tex index a17b14ece8..bc285bd529 100644 --- a/docs/latex/wx/sizer.tex +++ b/docs/latex/wx/sizer.tex @@ -107,8 +107,8 @@ dependent on the specific kind of sizer used. \windowstyle{wxALL}}{These flags are used to specify which side(s) of the sizer item the {\it border} width will apply to. } -\twocolitem{\windowstyle{wxEXAPAND}}{The item will be expanded to fill -the space allotted to the item.} +\twocolitem{\windowstyle{wxEXPAND}}{The item will be expanded to fill +the space assigned to the item.} \twocolitem{\windowstyle{wxSHAPED}}{The item will be expanded as much as possible while also maintaining its aspect ratio} \twocolitem{\windowstyle{wxFIXED\_MINSIZE}}{Normally wxSizers will use -- 2.50.0