diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2021-07-28 11:15:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 11:15:03 +0200 |
commit | 1ad5e8ad73edc60e3cdb67115e652f9df8915a6a (patch) | |
tree | d097597f9b46c1af725cdd90ff63be3001497987 /apps/files/lib/Controller | |
parent | e558a004966e2603b19ae2f0e084f1de8c9e070e (diff) | |
download | nextcloud-server-1ad5e8ad73edc60e3cdb67115e652f9df8915a6a.tar.gz nextcloud-server-1ad5e8ad73edc60e3cdb67115e652f9df8915a6a.zip |
Fix typo
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Diffstat (limited to 'apps/files/lib/Controller')
-rw-r--r-- | apps/files/lib/Controller/ViewController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php index 9b8b3aec40c..64ebbea0cfb 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -391,7 +391,7 @@ class ViewController extends Controller { * Redirects to the file list and highlight the given file id * * @param string $fileId file id to show - * @param bool $setOpenfile - wether or not to set the openfile URL parameter + * @param bool $setOpenfile - whether or not to set the openfile URL parameter * @return RedirectResponse redirect response or not found response * @throws \OCP\Files\NotFoundException */ |