From 638700330d8e632b9249957d9d8515aeeb5b540c Mon Sep 17 00:00:00 2001 From: Josh Di Fabio Date: Tue, 3 Jan 2017 18:16:50 +0000 Subject: [PATCH] Fix typo 'idenfier' --- src/Loop/InvalidWatcherException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Loop/InvalidWatcherException.php b/src/Loop/InvalidWatcherException.php index a80b20f..e1878c0 100644 --- a/src/Loop/InvalidWatcherException.php +++ b/src/Loop/InvalidWatcherException.php @@ -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);