Fix typo "developement" in MockFSFile comment

Change-Id: If5beaff9bceea44a7e2d4d893b82a294e61afc84
This commit is contained in:
Federico Leva 2017-06-14 11:07:48 +02:00 committed by Umherirrender
parent 9a901b3e13
commit 4e77caf134

View 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