diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-09-08 16:34:03 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-09-08 16:34:03 +0200 |
commit | fa718d2e2cccb8e48b89044166a80b82b91288fa (patch) | |
tree | 4cf8254f89c84e83f0d0a579c05377691ad91358 /lib | |
parent | 644755df663e8dc295e92700da208a28c13cbaab (diff) | |
download | nextcloud-server-fa718d2e2cccb8e48b89044166a80b82b91288fa.tar.gz nextcloud-server-fa718d2e2cccb8e48b89044166a80b82b91288fa.zip |
Fix typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/files/cache/scanner.php | 2 |
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; |