diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-04-12 18:36:39 +0200 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2016-04-12 18:36:39 +0200 |
commit | ee5f5eebe58e45724d5e29c660c164c5325e52a3 (patch) | |
tree | 0e3bb746b4457dee12a8cbf70c4ecc553072095a /lib/private | |
parent | e9a9af3493caa7e839e18cda0c8ea2d8dd7bfd22 (diff) | |
download | nextcloud-server-ee5f5eebe58e45724d5e29c660c164c5325e52a3.tar.gz nextcloud-server-ee5f5eebe58e45724d5e29c660c164c5325e52a3.zip |
misc: Fix some typos
Some of them were found by codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/share/share.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/share/share.php b/lib/private/share/share.php index 3dcfa14079b..c6f7258c536 100644 --- a/lib/private/share/share.php +++ b/lib/private/share/share.php @@ -1265,7 +1265,7 @@ class Share extends Constants { /** * validate expiration date if it meets all constraints * - * @param string $expireDate well formate date string, e.g. "DD-MM-YYYY" + * @param string $expireDate well formatted date string, e.g. "DD-MM-YYYY" * @param string $shareTime timestamp when the file was shared * @param string $itemType * @param string $itemSource |