Fix typo "developement" in MockFSFile comment
Change-Id: If5beaff9bceea44a7e2d4d893b82a294e61afc84
This commit is contained in:
parent
9a901b3e13
commit
4e77caf134
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue