diff --git a/plugins/user/joomla/joomla.php b/plugins/user/joomla/joomla.php index da600a4964bdf..0265c176f4496 100644 --- a/plugins/user/joomla/joomla.php +++ b/plugins/user/joomla/joomla.php @@ -40,7 +40,7 @@ class PlgUserJoomla extends JPlugin * Method is called after user data is deleted from the database * * @param array $user Holds the user data - * @param boolean $success True if user was succesfully stored in the database + * @param boolean $success True if user was successfully stored in the database * @param string $msg Message * * @return boolean @@ -70,7 +70,7 @@ public function onUserAfterDelete($user, $success, $msg) * * @param array $user Holds the new user data. * @param boolean $isnew True if a new user is stored. - * @param boolean $success True if user was succesfully stored in the database. + * @param boolean $success True if user was successfully stored in the database. * @param string $msg Message. * * @return void