Skip to content

Commit

Permalink
Typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pvullioud committed Mar 3, 2020
1 parent 1f90000 commit 8fdbca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use System\Classes\PluginBase;

/**
* KdriveAdapatater Plugin Information File
* KdriveAdapter Plugin Information File
*/
class Plugin extends PluginBase
{
Expand All @@ -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'
Expand Down

0 comments on commit 8fdbca6

Please sign in to comment.