QuickForm: typo

This commit is contained in:
Thomas Gelf 2021-06-01 21:29:21 +02:00
parent ac652f5966
commit 234bb89454

View File

@ -240,7 +240,7 @@ abstract class QuickForm extends QuickBaseForm
if ($this->isApiRequest === null) {
if ($this->request === null) {
throw new RuntimeException(
'Early acess to isApiRequest(). This is not possible, sorry'
'Early access to isApiRequest(). This is not possible, sorry'
);
}