diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-10-28 23:32:57 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-10-29 10:11:01 +0100 |
commit | 206cb5ba632baa70a0317f5412c306708e4788d1 (patch) | |
tree | 2d81a639010a8d34ea6cc80b20733dc6d78e6c38 /apps/files_versions | |
parent | 9d1be0bbaf7d8af442fc8d908baff743cc823a98 (diff) | |
download | nextcloud-server-206cb5ba632baa70a0317f5412c306708e4788d1.tar.gz nextcloud-server-206cb5ba632baa70a0317f5412c306708e4788d1.zip |
Fix typo
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/lib/versions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_versions/lib/versions.php b/apps/files_versions/lib/versions.php index 35e79569cda..82e0ecc3e2f 100644 --- a/apps/files_versions/lib/versions.php +++ b/apps/files_versions/lib/versions.php @@ -53,7 +53,7 @@ class Storage { } /** - * remeber the owner and the owner path of the source file + * Remember the owner and the owner path of the source file * * @param string $source source path */ @@ -63,7 +63,7 @@ class Storage { } /** - * gets the owner and the owner path from the source path + * Gets the owner and the owner path from the source path * * @param string $source source path * @return array with user id and path |