From e2149e3d8b87b382563a9def6f376a5f289754d3 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 12 May 2006 12:38:32 +0000 Subject: Merge from 3.0 branch till 1054. --- framework/I18N/core/MessageSource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/I18N/core/MessageSource.php') diff --git a/framework/I18N/core/MessageSource.php b/framework/I18N/core/MessageSource.php index d69a13d9..6563f8c9 100644 --- a/framework/I18N/core/MessageSource.php +++ b/framework/I18N/core/MessageSource.php @@ -121,7 +121,7 @@ abstract class MessageSource implements IMessageSource * @param string the location of the resource. * @param string the filename of the custom message source. * @return MessageSource a new message source of the specified type. - * @throw InvalidMessageSourceTypeException + * @throws InvalidMessageSourceTypeException */ static function &factory($type, $source='.', $filename='') { -- cgit v1.2.3