From: Thomas Müller Date: Wed, 4 Jun 2014 07:36:27 +0000 (+0200) Subject: fixing typo X-Git-Tag: v7.0.0alpha2~129^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9f3fcf036c59d5bab4dc134caec815f09b8f22e4;p=nextcloud-server.git fixing typo --- diff --git a/apps/files_trashbin/lib/trashbin.php b/apps/files_trashbin/lib/trashbin.php index b507d5f3df9..fb23b516208 100644 --- a/apps/files_trashbin/lib/trashbin.php +++ b/apps/files_trashbin/lib/trashbin.php @@ -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;