Skip to content

Commit

Permalink
s/occuring/occurring (#23019)
Browse files Browse the repository at this point in the history
s/occuring/occurring
  • Loading branch information
Phil Taylor authored and wilsonge committed Nov 9, 2018
1 parent b767312 commit 7498d64
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ function finalizeRestore($siteRoot, $restorePath)
// Make sure Joomla!'s code can figure out which files exist and need be removed
clearstatcache();

// Remove obsolete files - prevents errors occuring in some system plugins
// Remove obsolete files - prevents errors occurring in some system plugins
if (class_exists('JoomlaInstallerScript'))
{
(new JoomlaInstallerScript)->deleteUnexistingFiles();
Expand Down

0 comments on commit 7498d64

Please sign in to comment.