From 8fdbca63eb3d0115dca5cd7760977f1dd24f4f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Andr=C3=A9=20Vullioud?= Date: Tue, 3 Mar 2020 13:41:40 +0100 Subject: [PATCH] Typo in comments --- Plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugin.php b/Plugin.php index bf27fce..58f52b0 100644 --- a/Plugin.php +++ b/Plugin.php @@ -4,7 +4,7 @@ use System\Classes\PluginBase; /** - * KdriveAdapatater Plugin Information File + * KdriveAdapter Plugin Information File */ class Plugin extends PluginBase { @@ -16,7 +16,7 @@ class Plugin extends PluginBase public function pluginDetails() { return [ - 'name' => 'KdriveAdapatater', + 'name' => 'KdriveAdapter', 'description' => 'Infomaniak kDrive filesystem adapter plugin for OctoberCMS.', 'author' => 'Inetis', 'icon' => 'icon-leaf'