Skip to content

Commit

Permalink
[4.0] com_joomlaupdate typos (#34456)
Browse files Browse the repository at this point in the history
* [4.0] com_joomlaupdate typos


Co-authored-by: Quy <[email protected]>
  • Loading branch information
brianteeman and Quy authored Jun 9, 2021
1 parent 6226af3 commit 44934f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions administrator/components/com_joomlaupdate/restore.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}

// fnmatch not available on non-POSIX systems
// Thanks to [email protected] for this usefull alternative function [http://gr2.php.net/fnmatch]
// Thanks to [email protected] for this useful alternative function [http://gr2.php.net/fnmatch]
if (!function_exists('fnmatch'))
{
function fnmatch($pattern, $string)
Expand Down Expand Up @@ -3111,7 +3111,7 @@ class AKText extends AKAbstractObject
'BTN_SITEFE' => 'Visit your site\'s frontend',
'BTN_SITEBE' => 'Visit your site\'s backend',
'WARNINGS' => 'Extraction Warnings',
'ERROR_OCCURED' => 'An error occurred',
'ERROR_OCCURRED' => 'An error occurred',
'STEALTH_MODE' => 'Stealth mode',
'STEALTH_URL' => 'HTML file to show to web visitors',
'ERR_NOT_A_JPS_FILE' => 'The file is not a JPA archive',
Expand Down Expand Up @@ -5292,7 +5292,7 @@ public function __toString()
switch ($task)
{
case 'ping':
// ping task - realy does nothing!
// ping task - really does nothing!
$timer = AKFactory::getTimer();
$timer->enforce_min_exec_time();
break;
Expand Down
6 changes: 3 additions & 3 deletions build/media_source/com_joomlaupdate/js/default.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Joomla = window.Joomla || {};
PreUpdateChecker.showorangewarning = true;
break;
default:
// An error occured -> show unknown error note
// An error occurred -> show unknown error note
html = Joomla.JText._('COM_JOOMLAUPDATE_VIEW_DEFAULT_EXTENSION_WARNING_UNKNOWN');
}
}
Expand All @@ -375,7 +375,7 @@ Joomla = window.Joomla || {};
// Process Current Version Extension Compatibility
html = '';
if (extensionData.serverError) {
// An error occured -> show unknown error note
// An error occurred -> show unknown error note
html = Joomla.JText._('COM_JOOMLAUPDATE_VIEW_DEFAULT_EXTENSION_SERVER_ERROR');
} else {
// Switch the compatibility state
Expand All @@ -395,7 +395,7 @@ Joomla = window.Joomla || {};
html = Joomla.JText._('COM_JOOMLAUPDATE_VIEW_DEFAULT_EXTENSION_NO_COMPATIBILITY_INFORMATION');
break;
default:
// An error occured -> show unknown error note
// An error occurred -> show unknown error note
html = Joomla.JText._('COM_JOOMLAUPDATE_VIEW_DEFAULT_EXTENSION_WARNING_UNKNOWN');
}
}
Expand Down

0 comments on commit 44934f7

Please sign in to comment.