From 4e77caf13400a0a2fe8f06a4fca683f2bf804c33 Mon Sep 17 00:00:00 2001 From: Federico Leva Date: Wed, 14 Jun 2017 11:07:48 +0200 Subject: [PATCH] Fix typo "developement" in MockFSFile comment Change-Id: If5beaff9bceea44a7e2d4d893b82a294e61afc84 --- tests/phpunit/mocks/filebackend/MockFSFile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1