diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-06-15 17:05:27 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-06-15 21:21:42 +0200 |
commit | e905b14758d18c5254ecf2fbe8e867ea96293877 (patch) | |
tree | 32eab76e7f2adc40059529260dec77438fd36b3b /lib/filecache.php | |
parent | 463a506fcb2ec9c5e219434654ec5c5e0d8f834b (diff) | |
download | nextcloud-server-e905b14758d18c5254ecf2fbe8e867ea96293877.tar.gz nextcloud-server-e905b14758d18c5254ecf2fbe8e867ea96293877.zip |
Spelling fix
Diffstat (limited to 'lib/filecache.php')
-rw-r--r-- | lib/filecache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filecache.php b/lib/filecache.php index 7c9c4dc41ff..32c6929ff60 100644 --- a/lib/filecache.php +++ b/lib/filecache.php @@ -34,7 +34,7 @@ class OC_FileCache{ * @param string root (optional) * @return array * - * returns an assiciative array with the following keys: + * returns an associative array with the following keys: * - size * - mtime * - ctime |