diff --git a/tests/phpunit/mocks/filebackend/MockFSFile.php b/tests/phpunit/mocks/filebackend/MockFSFile.php index 8ee45a87cf8..047c03ad1f3 100644 --- a/tests/phpunit/mocks/filebackend/MockFSFile.php +++ b/tests/phpunit/mocks/filebackend/MockFSFile.php @@ -22,8 +22,8 @@ */ /** - * Class representing an in memory fake file. - * This is intended for unit testing / developement when you do not want + * Class representing an in-memory fake file. + * This is intended for unit testing / development when you do not want * to hit the filesystem. * * It reimplements abstract methods with some hardcoded values. Might