diff --git a/src/Illuminate/Routing/UrlGenerator.php b/src/Illuminate/Routing/UrlGenerator.php index d1e240e8c412..dac9c06b257b 100755 --- a/src/Illuminate/Routing/UrlGenerator.php +++ b/src/Illuminate/Routing/UrlGenerator.php @@ -331,7 +331,7 @@ protected function replaceNamedParameters($path, &$parameters) */ protected function addQueryString($uri, array $parameters) { - // If the URI has a fragmnet, we will move it to the end of the URI since it will + // If the URI has a fragment, we will move it to the end of the URI since it will // need to come after any query string that may be added to the URL else it is // not going to be available. We will remove it then append it back on here. if ( ! is_null($fragment = parse_url($uri, PHP_URL_FRAGMENT)))