diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-06-20 17:20:39 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-06-20 17:20:39 +0200 |
commit | 008663989163ef612f7a34c0c097397c06c8feb2 (patch) | |
tree | 5f86dd36c2a8ab6be13c7cdf3f56e51542676be8 /lib/filesystem.php | |
parent | 7a3d606cacb68c23d7972d078370c58d4a8f8a2c (diff) | |
parent | 2d581c675fb488df0875e4a489821cf88b7679ac (diff) | |
download | nextcloud-server-008663989163ef612f7a34c0c097397c06c8feb2.tar.gz nextcloud-server-008663989163ef612f7a34c0c097397c06c8feb2.zip |
Merge branch 'audit'
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 aeeb012f373..0ab3bd69acd 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) |