diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-03-19 21:56:07 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-05-07 09:04:07 +0200 |
commit | 640ba1828f3edfdd2e71825828c51b734fb19d1c (patch) | |
tree | 065a68d3f08615144eb2b6a1d8b8494b867874b7 /lib/filesystem.php | |
parent | 2488cdb8a1066fa7561489dcea687a5bfae936fd (diff) | |
download | nextcloud-server-640ba1828f3edfdd2e71825828c51b734fb19d1c.tar.gz nextcloud-server-640ba1828f3edfdd2e71825828c51b734fb19d1c.zip |
Start of audit app
Audit the filesystem action
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r-- | lib/filesystem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php index cac7e8648ef..2b45e66c92f 100644 --- a/lib/filesystem.php +++ b/lib/filesystem.php @@ -25,7 +25,7 @@ /** * Class for abstraction of filesystem functions * This class won't call any filesystem functions for itself but but will pass them to the correct OC_Filestorage object - * this class should also handle all the file premission related stuff + * this class should also handle all the file permission related stuff * * Hooks provided: * read(path) |