Merge pull request #792 from asdfgh746/develop

Fix typo.
This commit is contained in:
Taylor Otwell
2012-06-10 18:00:17 -07:00

View File

@@ -102,7 +102,7 @@ class Autoloader {
protected static function load_psr($class, $directory = null)
{
// The PSR-0 standard indicates that class namespaces and underscores
// shoould be used to indcate the directory tree in which the class
// should be used to indcate the directory tree in which the class
// resides, so we'll convert them to slashes.
$file = str_replace(array('\\', '_'), '/', $class);