📝 Fix PHPDoc typo

This commit is contained in:
Pierre Goiffon
2020-03-09 16:00:15 +01:00
parent f895821db9
commit 63c02ff33d

View File

@@ -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.