]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo
authorLukas Reschke <lukas@owncloud.com>
Mon, 8 Sep 2014 14:34:03 +0000 (16:34 +0200)
committerLukas Reschke <lukas@owncloud.com>
Mon, 8 Sep 2014 14:34:03 +0000 (16:34 +0200)
lib/private/files/cache/scanner.php

index cca4f289c809adb34fe73a2249c29c8806422ec3..dfba2d920a02cd3a5d6c1944432d7a18139ccc11 100644 (file)
@@ -45,7 +45,7 @@ class Scanner extends BasicEmitter {
        protected $cacheActive;
 
        /**
-        * @var bool $transactions whether to use transactions
+        * @var bool $useTransactions whether to use transactions
         */
        protected $useTransactions = true;