]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing typo
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 4 Jun 2014 07:36:27 +0000 (09:36 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 4 Jun 2014 07:36:27 +0000 (09:36 +0200)
apps/files_trashbin/lib/trashbin.php

index b507d5f3df97b11625ea3b63506deae61f0bfe6d..fb23b5162088ee72395a7290370a740f93aa8c11 100644 (file)
@@ -753,7 +753,7 @@ class Trashbin {
                        $filename = pathinfo($file['name'], PATHINFO_FILENAME);
                        if ($timestamp < $limit) {
                                $size += self::delete($filename, $timestamp);
-                               \OC_Log::write('files_trashbin', 'remove "' . $filename . '" fom trash bin because it is older than ' . $retention_obligation, \OC_log::INFO);
+                               \OC_Log::write('files_trashbin', 'remove "' . $filename . '" from trash bin because it is older than ' . $retention_obligation, \OC_log::INFO);
                        }
                }
                $availableSpace += $size;