diff options
author | VicDeo <dubiniuk@owncloud.com> | 2013-07-16 01:23:16 -0700 |
---|---|---|
committer | VicDeo <dubiniuk@owncloud.com> | 2013-07-16 01:23:16 -0700 |
commit | feb01847e75226493a38ce82038bdab3d3232be3 (patch) | |
tree | 42ab9a0c30c1435fffa84199ea98d8262b4af85a /lib/files/cache | |
parent | a8acbfdf7b45e0e53cfb2a15eb32305925f6c645 (diff) | |
parent | d9c697534d736e7165114a2f250f9ed9527dcf26 (diff) | |
download | nextcloud-server-feb01847e75226493a38ce82038bdab3d3232be3.tar.gz nextcloud-server-feb01847e75226493a38ce82038bdab3d3232be3.zip |
Merge pull request #4076 from owncloud/fix_typos_kondou
Fix some typos
Diffstat (limited to 'lib/files/cache')
-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 */ |