diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-01-29 18:25:27 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2016-03-30 10:14:26 +0200 |
commit | 65b01272416b9ab686d0fdac7cdc7e09da8e5cf7 (patch) | |
tree | 062c49dd5f5a203b37a064ea617ee0bde99543b7 /apps/dav/tests | |
parent | 0e687993c8afb36876e7d90c229b97b4aaf43b70 (diff) | |
download | nextcloud-server-65b01272416b9ab686d0fdac7cdc7e09da8e5cf7.tar.gz nextcloud-server-65b01272416b9ab686d0fdac7cdc7e09da8e5cf7.zip |
apps/dav: Fix typos in comments (found and fixed by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'apps/dav/tests')
-rw-r--r-- | apps/dav/tests/unit/connector/sabre/filesplugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/connector/sabre/filesplugin.php b/apps/dav/tests/unit/connector/sabre/filesplugin.php index 0a790ec6fc9..e88066a12da 100644 --- a/apps/dav/tests/unit/connector/sabre/filesplugin.php +++ b/apps/dav/tests/unit/connector/sabre/filesplugin.php @@ -366,7 +366,7 @@ class FilesPlugin extends \Test\TestCase { * |-text.txt * |-test.txt * - * FolderA is an incomming shared folder and there are no delete permissions. + * FolderA is an incoming shared folder and there are no delete permissions. * Thus moving /FolderA/test.txt to /test.txt should fail already on that check * * @expectedException \Sabre\DAV\Exception\Forbidden |