From: Federico Leva Date: Wed, 14 Jun 2017 09:07:48 +0000 (+0200) Subject: Fix typo "developement" in MockFSFile comment X-Git-Tag: 1.31.0-rc.0~2970 X-Git-Url: http://git.cyclocoop.org/%27%20.generer_url_ecrire%28_request%28%27exec%27%29%2C%27cmd=switch&outil=rss_couteau_suisse%27%29.%27?a=commitdiff_plain;h=4e77caf13400a0a2fe8f06a4fca683f2bf804c33;p=lhc%2Fweb%2Fwiklou.git Fix typo "developement" in MockFSFile comment Change-Id: If5beaff9bceea44a7e2d4d893b82a294e61afc84 --- diff --git a/tests/phpunit/mocks/filebackend/MockFSFile.php b/tests/phpunit/mocks/filebackend/MockFSFile.php index 8ee45a87cf..047c03ad1f 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