diff options
Diffstat (limited to 'lib/public/AppFramework/PublicShareController.php')
-rw-r--r-- | lib/public/AppFramework/PublicShareController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/AppFramework/PublicShareController.php b/lib/public/AppFramework/PublicShareController.php index 706dc0b9ae9..52acbe841b4 100644 --- a/lib/public/AppFramework/PublicShareController.php +++ b/lib/public/AppFramework/PublicShareController.php @@ -36,7 +36,7 @@ use OCP\ISession; * * Use this for example for a controller that is not to be called via a webbrowser * directly. For example a PublicPreviewController. As this is not meant to be - * called by a user direclty. + * called by a user directly. * * To show an auth page extend the AuthPublicShareController * |