aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files_trashbin/lib/trashbin.php2
-rw-r--r--apps/files_trashbin/tests/storage.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_trashbin/lib/trashbin.php b/apps/files_trashbin/lib/trashbin.php
index 46447908b90..52692950a65 100644
--- a/apps/files_trashbin/lib/trashbin.php
+++ b/apps/files_trashbin/lib/trashbin.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
diff --git a/apps/files_trashbin/tests/storage.php b/apps/files_trashbin/tests/storage.php
index 958c5f79a98..afc07ff36c8 100644
--- a/apps/files_trashbin/tests/storage.php
+++ b/apps/files_trashbin/tests/storage.php
@@ -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() {
/**