diff options
author | kondou <kondou@ts.unde.re> | 2013-07-16 05:56:52 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-07-16 06:01:26 +0200 |
commit | d9c697534d736e7165114a2f250f9ed9527dcf26 (patch) | |
tree | 9bf2aa98a88dbacb7913fddac0a49e31a23db6d8 /lib/files/filesystem.php | |
parent | f2639d62692b9cd25adff137fa65954fc3b5a794 (diff) | |
download | nextcloud-server-d9c697534d736e7165114a2f250f9ed9527dcf26.tar.gz nextcloud-server-d9c697534d736e7165114a2f250f9ed9527dcf26.zip |
Fix some typos
Diffstat (limited to 'lib/files/filesystem.php')
-rw-r--r-- | lib/files/filesystem.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/files/filesystem.php b/lib/files/filesystem.php index 3d7d5abf8fe..1bf7270c7f1 100644 --- a/lib/files/filesystem.php +++ b/lib/files/filesystem.php @@ -8,7 +8,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 won't call any filesystem functions for itself but will pass them to the correct OC_Filestorage object * this class should also handle all the file permission related stuff * * Hooks provided: @@ -717,7 +717,7 @@ class Filesystem { /** * Get the path of a file by id * - * Note that the resulting path is not guarantied to be unique for the id, multiple paths can point to the same file + * Note that the resulting path is not guaranteed to be unique for the id, multiple paths can point to the same file * * @param int $id * @return string |