Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
fix typo: Unkown => Unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
vacuum-car authored and rnijveld committed Sep 19, 2017
1 parent c2884d5 commit 7e204ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bravesheep/DatabaseUrlBundle/DatabaseUrlResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function resolve($url)

$parameters = [];
if (!isset($parts['scheme'])) {
throw new \LogicException("Unkown scheme in '{$url}'.");
throw new \LogicException("Unknown scheme in '{$url}'.");
}

if (!isset(self::$scheme_drivers[$parts['scheme']])) {
Expand Down

0 comments on commit 7e204ea

Please sign in to comment.