mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 21:50:18 +02:00
lcl: fix spelling 'childs' -> 'children'
git-svn-id: trunk@23180 -
This commit is contained in:
parent
b3e63da3b0
commit
f5ace1ab3f
@ -187,7 +187,7 @@ type
|
||||
TWndMethod = procedure(var TheMessage: TLMessage) of Object;
|
||||
|
||||
TControlStyleType = (
|
||||
csAcceptsControls, // can have childs in the designer
|
||||
csAcceptsControls, // can have children in the designer
|
||||
csCaptureMouse,
|
||||
csDesignInteractive, // wants mouse events in design mode
|
||||
csClickEvents,
|
||||
@ -588,7 +588,7 @@ type
|
||||
{ TControlBorderSpacing }
|
||||
|
||||
{ TControlBorderSpacing defines the spacing around a control.
|
||||
The spacing around its childs and between its childs is defined in
|
||||
The spacing around its children and between its children is defined in
|
||||
TWinControl.ChildSizing.
|
||||
|
||||
Left, Top, Right, Bottom: integer;
|
||||
|
Loading…
Reference in New Issue
Block a user