diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-07-24 15:53:48 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-07-24 15:53:48 +0200 |
commit | ad266a42534eb84a778d1a3a1642db38a4c50325 (patch) | |
tree | cb6190b8d048ffd0431199ed3a8829d0534b4a25 /lib/files/cache/updater.php | |
parent | a945ce908b2e8447c4a93b14c711fc066d9e8daf (diff) | |
parent | 651479322b234eefff15031b188b353793cc7af5 (diff) | |
download | nextcloud-server-ad266a42534eb84a778d1a3a1642db38a4c50325.tar.gz nextcloud-server-ad266a42534eb84a778d1a3a1642db38a4c50325.zip |
Merge branch 'master' into sabre-objecttree
Diffstat (limited to 'lib/files/cache/updater.php')
-rw-r--r-- | lib/files/cache/updater.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/files/cache/updater.php b/lib/files/cache/updater.php index 87c33a313a4..1f30173a8f8 100644 --- a/lib/files/cache/updater.php +++ b/lib/files/cache/updater.php @@ -26,7 +26,7 @@ class Updater { } /** - * preform a write update + * perform a write update * * @param string $path the relative path of the file */ @@ -46,7 +46,7 @@ class Updater { } /** - * preform a delete update + * perform a delete update * * @param string $path the relative path of the file */ |