diff options
author | Nathan Gass | 2011-02-07 13:17:49 +0000 |
---|---|---|
committer | Nathan Gass | 2011-02-07 13:17:49 +0000 |
commit | e73fe3180c1208277c385b2d14a8fe7c031fd177 (patch) | |
tree | fc684b21d96f5366e73c9c1f2b4c1c01c2f73446 | |
parent | c2f2909d99845f2757cc50e2d8e1432276b3b5fd (diff) | |
download | itools-e73fe3180c1208277c385b2d14a8fe7c031fd177.tar.gz itools-e73fe3180c1208277c385b2d14a8fe7c031fd177.tar.bz2 itools-e73fe3180c1208277c385b2d14a8fe7c031fd177.zip |
typo
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ static function timerlog($label = '') /** * Send verbose error report to browser or (if display_errors is off) by email to .diffnotice gods, file owner or SERVER_ADMIN * All params optional. Single string parameter means 'title'. - * @parma $p['title'] error title, one line + * @param $p['title'] error title, one line * @param $p['body'] error body, multiline * @param $p['to'] comma separated recipient list * @param $p['id'] identifier of error. if given, only subsequent errors of same id will trigger message |