From 8d59283d091e994f16b41e8cb45a373d4f97386b Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 23 Feb 2017 14:27:37 +0100 Subject: [PATCH] Small typo --- api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {