[Foundation] Fixing typo

This commit is contained in:
Jonathan H. Wage 2010-02-25 21:14:17 -05:00 committed by Fabien Potencier
parent 6ead924835
commit d15f2329ae
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace Symfony\Foundation;
*/
/**
* UniversalClassLoader implements a "universal" autoloder for PHP 5.3.
* UniversalClassLoader implements a "universal" autoloader for PHP 5.3.
*
* It is able to load classes that use either:
*