summaryrefslogtreecommitdiffstats
path: root/lib/filesystem.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-03-19 21:56:07 +0100
committerBart Visscher <bartv@thisnet.nl>2012-05-07 09:04:07 +0200
commit640ba1828f3edfdd2e71825828c51b734fb19d1c (patch)
tree065a68d3f08615144eb2b6a1d8b8494b867874b7 /lib/filesystem.php
parent2488cdb8a1066fa7561489dcea687a5bfae936fd (diff)
downloadnextcloud-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.php2
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)