JDigitalSimulator: fix typo
This commit is contained in:
parent
f1ab18eaa4
commit
b05b5cdd5d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
class JDigitalSimulator extends PatchBase {
|
class JDigitalSimulator extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('Kristian Kraljic', 'JDigitalSimualtor', 'https://kra.lc/projects/jdigitalsimulator/download.html');
|
parent::__construct('Kristian Kraljic', 'JDigitalSimulator', 'https://kra.lc/projects/jdigitalsimulator/download.html');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://api.github.com/repos/kristian/JDigitalSimulator/releases/latest', true))
|
if ($this->fetch('https://api.github.com/repos/kristian/JDigitalSimulator/releases/latest', true))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue