diff options
Diffstat (limited to 'framework/Web/UI/TControl.php')
-rw-r--r-- | framework/Web/UI/TControl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index 987b5665..cd24de41 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -112,7 +112,7 @@ class TControl extends TApplicationComponent implements IRenderable, IBindable * Indexes for the rare fields.
* In order to save memory, rare fields will only be created if they are needed.
*/
- const RF_CONTROLS=0; // cihld controls
+ const RF_CONTROLS=0; // child controls
const RF_CHILD_STATE=1; // child state field
const RF_NAMED_CONTROLS=2; // list of controls whose namingcontainer is this control
const RF_NAMED_CONTROLS_ID=3; // counter for automatic id
|