Fix typo "developement" in MockFSFile comment
authorFederico Leva <federicoleva@tiscali.it>
Wed, 14 Jun 2017 09:07:48 +0000 (11:07 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 15 Jun 2017 06:47:04 +0000 (06:47 +0000)
Change-Id: If5beaff9bceea44a7e2d4d893b82a294e61afc84

tests/phpunit/mocks/filebackend/MockFSFile.php

index 8ee45a8..047c03a 100644 (file)
@@ -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