diff --git a/Tests/FilesystemTest.php b/Tests/FilesystemTest.php index dc0d97f018..48abffa539 100644 --- a/Tests/FilesystemTest.php +++ b/Tests/FilesystemTest.php @@ -797,7 +797,7 @@ public function testSymlink() $file = $this->workspace.\DIRECTORY_SEPARATOR.'file'; $link = $this->workspace.\DIRECTORY_SEPARATOR.'link'; - // $file does not exists right now: creating "broken" links is a wanted feature + // $file does not exist right now: creating "broken" links is a wanted feature $this->filesystem->symlink($file, $link); $this->assertTrue(is_link($link));