Author: fabien Date: 2010-05-17 15:10:55 +0200 (Mon, 17 May 2010) New Revision: 29491
Modified: branches/1.3/lib/routing/sfRouteCollection.class.php branches/1.4/lib/routing/sfRouteCollection.class.php Log: [1.3, 1.4] fixed typo in phpdoc (closes #8661) Modified: branches/1.3/lib/routing/sfRouteCollection.class.php =================================================================== --- branches/1.3/lib/routing/sfRouteCollection.class.php 2010-05-17 13:09:00 UTC (rev 29490) +++ branches/1.3/lib/routing/sfRouteCollection.class.php 2010-05-17 13:10:55 UTC (rev 29491) @@ -9,7 +9,7 @@ */ /** - * sfObjectRouteCollection represents a collection of routes. + * sfRouteCollection represents a collection of routes. * * @package symfony * @subpackage routing Modified: branches/1.4/lib/routing/sfRouteCollection.class.php =================================================================== --- branches/1.4/lib/routing/sfRouteCollection.class.php 2010-05-17 13:09:00 UTC (rev 29490) +++ branches/1.4/lib/routing/sfRouteCollection.class.php 2010-05-17 13:10:55 UTC (rev 29491) @@ -9,7 +9,7 @@ */ /** - * sfObjectRouteCollection represents a collection of routes. + * sfRouteCollection represents a collection of routes. * * @package symfony * @subpackage routing -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
