Typo fixes

This commit is contained in:
2021-05-04 22:34:23 +02:00
parent 48d9265983
commit 28c404f4cd
4 changed files with 6 additions and 6 deletions

View File

@ -1113,7 +1113,7 @@ abstract class ComponentbuilderHelper
{
// we must first store the current woking directory
$joomla = getcwd();
// we are changing the working directory to the componet path
// we are changing the working directory to the component path
chdir($folder);
// make sure we have file type filter
if (self::checkArray($fileTypes))