Commit 14868a5f authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #792 from asdfgh746/develop

Fix typo.
parents d9802fe6 6c35bbad
...@@ -102,7 +102,7 @@ class Autoloader { ...@@ -102,7 +102,7 @@ class Autoloader {
protected static function load_psr($class, $directory = null) protected static function load_psr($class, $directory = null)
{ {
// The PSR-0 standard indicates that class namespaces and underscores // 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. // resides, so we'll convert them to slashes.
$file = str_replace(array('\\', '_'), '/', $class); $file = str_replace(array('\\', '_'), '/', $class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment