0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

typo fixes

This commit is contained in:
David Goodwin 2024-01-05 19:30:16 +00:00
parent 39e378c783
commit 6b5801c666

View File

@ -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!');
}
}