summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TTableCell.php
diff options
context:
space:
mode:
authorxue <>2006-03-28 02:36:27 +0000
committerxue <>2006-03-28 02:36:27 +0000
commit17864540c497e7e64b56a3ebbef9d0fbe2fc556d (patch)
treeb8be7b4447a6906df6b20915492ae05b5344e3dd /framework/Web/UI/WebControls/TTableCell.php
parentabc3dd2c23ec1f2f2882bf2c4cec160dfc680f03 (diff)
Fixed #103
Diffstat (limited to 'framework/Web/UI/WebControls/TTableCell.php')
-rw-r--r--framework/Web/UI/WebControls/TTableCell.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TTableCell.php b/framework/Web/UI/WebControls/TTableCell.php
index 747734cb..826602ee 100644
--- a/framework/Web/UI/WebControls/TTableCell.php
+++ b/framework/Web/UI/WebControls/TTableCell.php
@@ -86,7 +86,7 @@ class TTableCell extends TWebControl
/**
* Sets the vertical alignment of the contents within the table item.
- * Valid values include 'NotSet','Top','Bottom','Middel'
+ * Valid values include 'NotSet','Top','Bottom','Middle'
* @param string the horizontal alignment
*/
public function setVerticalAlign($value)