diff --git a/scripts/reboot.php b/scripts/reboot.php
index 99e84a7..dd31711 100644
--- a/scripts/reboot.php
+++ b/scripts/reboot.php
@@ -52,7 +52,7 @@ if (!isset($_SERVER['PHP_AUTH_USER'])) {
checkSetup();
exec('sleep 5s && '. REBOOTSYS . ' > /dev/null 2>&1 &');
?>
-
Executeing /dev/null 2>&1 &'?>
Reboot system in progress
+
Executing /dev/null 2>&1 &'?>
Reboot system in progress
diff --git a/scripts/rebootmmdvm.php b/scripts/rebootmmdvm.php
index f5c2ca3..2e809c2 100644
--- a/scripts/rebootmmdvm.php
+++ b/scripts/rebootmmdvm.php
@@ -53,7 +53,7 @@ checkSetup();
include "../include/sysinfo.php";
exec( REBOOTMMDVM );
?>
-
Executeing
Reboot MMDVMHost service in progress
+
Executing
Reboot MMDVMHost service in progress