aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/cache
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-07-16 05:56:52 +0200
committerkondou <kondou@ts.unde.re>2013-07-16 06:01:26 +0200
commitd9c697534d736e7165114a2f250f9ed9527dcf26 (patch)
tree9bf2aa98a88dbacb7913fddac0a49e31a23db6d8 /lib/files/cache
parentf2639d62692b9cd25adff137fa65954fc3b5a794 (diff)
downloadnextcloud-server-d9c697534d736e7165114a2f250f9ed9527dcf26.tar.gz
nextcloud-server-d9c697534d736e7165114a2f250f9ed9527dcf26.zip
Fix some typos
Diffstat (limited to 'lib/files/cache')
-rw-r--r--lib/files/cache/updater.php4
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
*/