Skip to content

Commit 6387003

Browse files
authored
Fix typo 'idenfier'
1 parent 9a2d30c commit 6387003

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)