diff --git a/ChangeLog b/ChangeLog index 912c15e0332e2e1cbc6b61d019d1f82233bd2c5a..b833262381feb34e3b8fb78f4e774ffd9ae50d25 100755 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ * Fixed bug #13623: Deprecation log for IMAGE.alttext does not work (Thanks to Sebastian Michaelsen) * Fixed bug #15541: Improve wording in Install Tool "All configuration" * Added feature #15538: Links inside Install Tool "All configuration" + * Follow-up to #15454: Typo in PHPDoc comments (Thanks to Ismaël Bidau) 2010-08-23 Stanislas Rolland <typo3@sjbr.ca> diff --git a/typo3/sysext/cms/tslib/class.tslib_fe.php b/typo3/sysext/cms/tslib/class.tslib_fe.php index ffff9b7f5e5deef0e3cbf94e555e1c1267e93e7d..943b86235ad72c1fc01182a6f40e5d2588b278e5 100644 --- a/typo3/sysext/cms/tslib/class.tslib_fe.php +++ b/typo3/sysext/cms/tslib/class.tslib_fe.php @@ -4267,7 +4267,7 @@ if (version == "n3") { * Note: The second parameter was introduced in TYPO3 4.5 and is not available in older versions * * @param string Deprecated object or property - * @param string Message or additional infomration + * @param string Message or additional information * @return void * @see t3lib_div::deprecationLog(), t3lib_timeTrack::setTSlogMessage() */