Skip to content

Commit f784ddc

Browse files
authored
Merge pull request #132 from joshdifabio/patch-1
Fix typo 'idenfier'
2 parents 9a2d30c + 6387003 commit f784ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loop/InvalidWatcherException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function __construct($watcherId, $message = null)
2121
$this->watcherId = $watcherId;
2222

2323
if ($message === null) {
24-
$message = "An invalid watcher idenfier has been used: '{$watcherId}'";
24+
$message = "An invalid watcher identifier has been used: '{$watcherId}'";
2525
}
2626

2727
parent::__construct($message);

0 commit comments

Comments
 (0)