From d55a7c619d3733863387cc8c6269050b72cbff0c Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 10 May 2023 11:56:34 +0200 Subject: Fix typos in lib/public subdirectory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found via `codespell -q 3 -S l10n -L jus ./lib/public` Signed-off-by: luz paz Update lib/public/Accounts/IAccount.php Signed-off-by: luz paz Signed-off-by: Simon L Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com> --- lib/public/AppFramework/PublicShareController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public/AppFramework/PublicShareController.php') 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 * -- cgit v1.2.3