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>
remotes/origin/add-expiration-date-row
Stefan Weil 9 years ago
parent 65b0127241
commit 217d9e8e95
  1. 2
      apps/files_trashbin/lib/trashbin.php
  2. 4
      apps/files_trashbin/tests/storage.php

@ -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

@ -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() {
/**

Loading…
Cancel
Save