Skip to content

Commit

Permalink
QuickForm: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Jun 1, 2021
1 parent ac652f5 commit 234bb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Director/Web/Form/QuickForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public function isApiRequest()
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'
);
}

Expand Down

0 comments on commit 234bb89

Please sign in to comment.