Skip to content

Commit

Permalink
Typo fixed in the interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
escopecz committed Sep 5, 2017
1 parent 7bbe393 commit 6c5a58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System.php
Expand Up @@ -49,7 +49,7 @@ public function registerOs(array $classNames)
$os = new $className;

if (!$os instanceof OsInterface) {
throw new \UnexpectedValueException("Class {$className} must implement ".OsIntefrace::class);
throw new \UnexpectedValueException("Class {$className} must implement ".OsInterface::class);
}

if ($os->inUse()) {
Expand Down

0 comments on commit 6c5a58c

Please sign in to comment.