spelling: javascript

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-20 23:16:32 -04:00
parent da34800728
commit 594cf63a16
13 changed files with 15 additions and 15 deletions

View file

@ -61,7 +61,7 @@ class PageNotFound extends BaseModule
* Otherwise we are going to emit a 404 not found.
*/
$queryString = $this->server['QUERY_STRING'];
// Stupid browser tried to pre-fetch our Javascript img template. Don't log the event or return anything - just quietly exit.
// Stupid browser tried to pre-fetch our JavaScript img template. Don't log the event or return anything - just quietly exit.
if (!empty($queryString) && preg_match('/{[0-9]}/', $queryString) !== 0) {
System::exit();
}

View file

@ -38,7 +38,7 @@ use Psr\Log\LoggerInterface;
/**
* Asynchronous attachment upload module
*
* Only used as the target action of the AjaxUpload Javascript library
* Only used as the target action of the AjaxUpload JavaScript library
*/
class Upload extends \Friendica\BaseModule
{

View file

@ -40,7 +40,7 @@ use Psr\Log\LoggerInterface;
/**
* Asynchronous photo upload module
*
* Only used as the target action of the AjaxUpload Javascript library
* Only used as the target action of the AjaxUpload JavaScript library
*/
class Upload extends \Friendica\BaseModule
{