diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-06-08 16:39:21 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-06-08 21:38:10 +0200 |
commit | 7c5c257bf69f77cea599bdf641676977009ee162 (patch) | |
tree | 55d9924e0144e42b37c0449baa9411a30603de01 /lib/filesystem.php | |
parent | 0a49bae87aecef9f6d51007fe02a5071b2f662a4 (diff) | |
download | nextcloud-server-7c5c257bf69f77cea599bdf641676977009ee162.tar.gz nextcloud-server-7c5c257bf69f77cea599bdf641676977009ee162.zip |
Comment layout and spelling fixes
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 84d45f5f24b..43d743b639d 100644 --- a/lib/filesystem.php +++ b/lib/filesystem.php @@ -281,7 +281,7 @@ class OC_Filesystem{ } /** - * change the root to a fake toor + * change the root to a fake root * @param string fakeRoot * @return bool */ |