summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TLabel.php
diff options
context:
space:
mode:
authorxue <>2005-12-28 16:03:34 +0000
committerxue <>2005-12-28 16:03:34 +0000
commit4ed0f6e7c0f2efa7525b1d9ad95e29fe2ce6dcdb (patch)
tree5912f9ba2cc977d0f4b6213e0c62fadd360c703e /framework/Web/UI/WebControls/TLabel.php
parentd109f8356d1dd2c66f66d316ee46a51043731206 (diff)
Diffstat (limited to 'framework/Web/UI/WebControls/TLabel.php')
-rw-r--r--framework/Web/UI/WebControls/TLabel.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Web/UI/WebControls/TLabel.php b/framework/Web/UI/WebControls/TLabel.php
index f80ad758..af40f897 100644
--- a/framework/Web/UI/WebControls/TLabel.php
+++ b/framework/Web/UI/WebControls/TLabel.php
@@ -13,7 +13,7 @@
/**
* TLabel class
*
- * TLabel represents a label control that displays text on a Web pagge.
+ * TLabel displays a piece of text on a Web page.
* Use {@link setText Text} property to set the text to be displayed.
* TLabel will render the contents enclosed within its component tag
* if {@link setText Text} is empty.
@@ -22,7 +22,7 @@
* The associated control must be locatable within the label's naming container.
*
* Note, {@link setText Text} will NOT be encoded for rendering.
- * Make usre it does not contain dangerous characters that you want to avoid.
+ * Make sure it does not contain dangerous characters that you want to avoid.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Revision: $ $Date: $