apps/files_trashbin: Fix typos in comments (found and fixed by codespell)

Fix also a wrong word.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2016-01-29 18:28:45 +01:00
parent 65b0127241
commit 217d9e8e95
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ class Trashbin {
private static $scannedVersions = false;
/**
* Ensure we dont need to scan the file during the move to trash
* Ensure we don't need to scan the file during the move to trash
* by triggering the scan in the pre-hook
*
* @param array $params

View File

@ -435,7 +435,7 @@ class Storage extends \Test\TestCase {
}
/**
* Delete should fail is the source file cant be deleted
* Delete should fail if the source file can't be deleted.
*/
public function testSingleStorageDeleteFileFail() {
/**
@ -472,7 +472,7 @@ class Storage extends \Test\TestCase {
}
/**
* Delete should fail is the source folder cant be deleted
* Delete should fail if the source folder can't be deleted.
*/
public function testSingleStorageDeleteFolderFail() {
/**