diff options
author | knut <> | 2007-05-30 23:27:00 +0000 |
---|---|---|
committer | knut <> | 2007-05-30 23:27:00 +0000 |
commit | c3a72002383cb3de9bdcff09214bb757b2bc5e46 (patch) | |
tree | 9c8c1fa0f4d83e38c46ba4485f849a2f5d218311 /framework/Util/TSimpleDateFormatter.php | |
parent | f71f9562d2ed0839f48bbf1bda7a80d0bc157778 (diff) |
fixing small typos in the API documentation
Diffstat (limited to 'framework/Util/TSimpleDateFormatter.php')
-rw-r--r-- | framework/Util/TSimpleDateFormatter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Util/TSimpleDateFormatter.php b/framework/Util/TSimpleDateFormatter.php index 50ca0097..7eac630e 100644 --- a/framework/Util/TSimpleDateFormatter.php +++ b/framework/Util/TSimpleDateFormatter.php @@ -351,7 +351,7 @@ class TSimpleDateFormatter * @param int starting position
* @param int minimum integer length
* @param int maximum integer length
- * @return string integer portition of the string, null otherwise
+ * @return string integer portion of the string, null otherwise
*/
private function getInteger($str,$i,$minlength,$maxlength)
{
|