ideintf: fixed typo

git-svn-id: trunk@38020 -
This commit is contained in:
mattias 2012-07-23 12:53:17 +00:00
parent 440a16ab87
commit 1b38715458

View File

@ -2008,7 +2008,7 @@ begin
if (AForm.Name='') or (not IsValidIdent(AForm.Name)) then
raise Exception.Create('TIDEWindowCreatorList.ShowForm invalid form name '+AForm.Name);
// auto create a layput storage for every shown form
// auto create a layout storage for every shown form
Layout:=SimpleLayoutStorage.ItemByFormID(AForm.Name);
if Layout=nil then begin
if not (csDesigning in AForm.ComponentState) then