summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-09-08 16:34:03 +0200
committerLukas Reschke <lukas@owncloud.com>2014-09-08 16:34:03 +0200
commitfa718d2e2cccb8e48b89044166a80b82b91288fa (patch)
tree4cf8254f89c84e83f0d0a579c05377691ad91358 /lib
parent644755df663e8dc295e92700da208a28c13cbaab (diff)
downloadnextcloud-server-fa718d2e2cccb8e48b89044166a80b82b91288fa.tar.gz
nextcloud-server-fa718d2e2cccb8e48b89044166a80b82b91288fa.zip
Fix typo
Diffstat (limited to 'lib')
-rw-r--r--lib/private/files/cache/scanner.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/cache/scanner.php b/lib/private/files/cache/scanner.php
index cca4f289c80..dfba2d920a0 100644
--- a/lib/private/files/cache/scanner.php
+++ b/lib/private/files/cache/scanner.php
@@ -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;