diff --git a/api.php b/api.php index 8568e6b0..3a7b1e37 100644 --- a/api.php +++ b/api.php @@ -72,7 +72,7 @@ if(isset($_GET["auth"])) { if($_GET["auth"] !== $pwhash) - die("Not autorized!"); + die("Not authorized!"); } else { @@ -86,7 +86,7 @@ if(isset($_GET["auth"])) { if($_GET["auth"] !== $pwhash) - die("Not autorized!"); + die("Not authorized!"); } else {