diff options
Diffstat (limited to 'lib/public/Share_Backend.php')
-rw-r--r-- | lib/public/Share_Backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Share_Backend.php b/lib/public/Share_Backend.php index 044ecf9aa28..16967526ff6 100644 --- a/lib/public/Share_Backend.php +++ b/lib/public/Share_Backend.php @@ -82,7 +82,7 @@ interface Share_Backend { public function formatItems($items, $format, $parameters = null); /** - * Check if a given share type is allowd by the back-end + * Check if a given share type is allowed by the back-end * * @param int $shareType share type * @return boolean |