1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00

Merge pull request #132 from joshdifabio/patch-1

Fix typo 'idenfier'
This commit is contained in:
Bob Weinand 2017-01-03 19:22:56 +01:00 committed by GitHub
commit f784ddc9d6

View File

@ -21,7 +21,7 @@ class InvalidWatcherException extends \Exception
$this->watcherId = $watcherId;
if ($message === null) {
$message = "An invalid watcher idenfier has been used: '{$watcherId}'";
$message = "An invalid watcher identifier has been used: '{$watcherId}'";
}
parent::__construct($message);