diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-03-15 17:23:27 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-03-15 17:23:27 +0100 |
commit | 4e8d66aeea7f03b75df5a387a54fce1889834ded (patch) | |
tree | 8e05dcc2cd32501c1cc16e6ad1e0d9f754880e76 | |
parent | b79de3015a7a52150c4e967fdfedb07d87de8261 (diff) |
code comment typo fix
-rw-r--r-- | system/helpers/html_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index d5bdd080c..4afa678a3 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php @@ -97,7 +97,7 @@ if ( ! function_exists('ol')) * @param string * @param mixed * @param mixed - * @param intiger + * @param integer * @return string */ if ( ! function_exists('_list')) |