Skip to content

Commit 14868a5

Browse files
committed
Merge pull request laravel#792 from asdfgh746/develop
Fix typo.
2 parents d9802fe + 6c35bba commit 14868a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/autoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected static function load_namespaced($class, $namespace, $directory)
102102
protected static function load_psr($class, $directory = null)
103103
{
104104
// The PSR-0 standard indicates that class namespaces and underscores
105-
// shoould be used to indcate the directory tree in which the class
105+
// should be used to indcate the directory tree in which the class
106106
// resides, so we'll convert them to slashes.
107107
$file = str_replace(array('\\', '_'), '/', $class);
108108

0 commit comments

Comments
 (0)