From 6b5801c6665ef0f2102d92edef501f86a6f41a5f Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 5 Jan 2024 19:30:16 +0000 Subject: [PATCH] typo fixes --- model/PFAHandler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/PFAHandler.php b/model/PFAHandler.php index 6b407bce..c9eefae0 100644 --- a/model/PFAHandler.php +++ b/model/PFAHandler.php @@ -257,7 +257,7 @@ abstract class PFAHandler protected function no_domain_field() { if ($this->admin_username != "") { - die('Attemp to restrict domains without setting $this->domain_field!'); + die('Attempt to restrict domains without setting $this->domain_field!'); } } @@ -269,7 +269,7 @@ abstract class PFAHandler protected function no_user_field() { if ($this->username != '') { - die('Attemp to restrict users without setting $this->user_field!'); + die('Attempt to restrict users without setting $this->user_field!'); } }