diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-03 00:35:57 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-03 00:38:44 +0100 |
commit | 045c0acc92a291d5bc785103e129516f99032f94 (patch) | |
tree | 61dab3864a58cc70e3eef510bea3b9b37b1088dc /lib/filestorage.php | |
parent | 34e5cb5070a36f2462cf53b7c64c68931dd68d45 (diff) | |
download | nextcloud-server-045c0acc92a291d5bc785103e129516f99032f94.tar.gz nextcloud-server-045c0acc92a291d5bc785103e129516f99032f94.zip |
workaround for 32-bit systems to handle filesizes bigger than 2GB
Diffstat (limited to 'lib/filestorage.php')
-rw-r--r-- | lib/filestorage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filestorage.php b/lib/filestorage.php index dd65f4421b7..2e03c4cb6da 100644 --- a/lib/filestorage.php +++ b/lib/filestorage.php @@ -21,7 +21,7 @@ */ /** - * Provde a common interface to all different storage options + * Provide a common interface to all different storage options */ abstract class OC_Filestorage{ abstract public function __construct($parameters); |