diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-04-13 11:08:58 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-04-13 11:08:58 +0200 |
commit | e90a3b5ba775a6f20cbb56060136212ada69564f (patch) | |
tree | 14b6cf2be1c0bacff77dbc00551f925ad734dcfa /lib | |
parent | 4856d95135409aae924ece49c76e8c08a29ac221 (diff) | |
parent | ee5f5eebe58e45724d5e29c660c164c5325e52a3 (diff) | |
download | nextcloud-server-e90a3b5ba775a6f20cbb56060136212ada69564f.tar.gz nextcloud-server-e90a3b5ba775a6f20cbb56060136212ada69564f.zip |
Merge pull request #23954 from stweil/master
misc: Fix some typos
Diffstat (limited to 'lib')
-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 |