Skip to content

Commit 7e708ea

Browse files
authored
Merge branch 'master' into change-namespace
2 parents b9b49b3 + f784ddc commit 7e708ea

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)