From 63c02ff33d8a8d4808f125fe8ff396005386899e Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 9 Mar 2020 16:00:15 +0100 Subject: [PATCH] :memo: Fix PHPDoc typo --- application/applicationextension.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/applicationextension.inc.php b/application/applicationextension.inc.php index 0ce09201a..7b1baa97d 100644 --- a/application/applicationextension.inc.php +++ b/application/applicationextension.inc.php @@ -533,7 +533,7 @@ interface iApplicationObjectExtension public function OnIsModified($oObject); /** - * Invoked to determine wether an object can be written to the database + * Invoked to determine whether an object can be written to the database * * The GUI calls this verb and reports any issue. * Anyhow, this API can be called in other contexts such as the CSV import tool.