Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2015-09-01 15:15:07 +0300
committerTom Needham <needham.thomas@gmail.com>2015-09-01 15:15:07 +0300
commit9e07a1b59d4114b9ef09b55a986c42812dbc39dd (patch)
tree7ed4affef6ba10d5b2e6df932cc0261cef69da55 /tests
parent1bce4517a06e5891e82384fdf771c44c367a2e72 (diff)
parent6e3732571182aa85c923919011fa992288be3600 (diff)
Merge pull request #82 from owncloud/typofix
Typofix - can not -> cannot
Diffstat (limited to 'tests')
-rw-r--r--tests/controller/filehandlingcontrollertest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/filehandlingcontrollertest.php b/tests/controller/filehandlingcontrollertest.php
index 901e904..729a52d 100644
--- a/tests/controller/filehandlingcontrollertest.php
+++ b/tests/controller/filehandlingcontrollertest.php
@@ -112,7 +112,7 @@ class FileHandlingControllerTest extends TestCase {
array('test.txt', '', 200, ''),
array('test.txt', '0', 200, ''),
array('', 'file content', 400, 'Invalid file path supplied.'),
- array('test.txt', false, 400, 'Can not read the file.'),
+ array('test.txt', false, 400, 'Cannot read the file.'),
);
}