mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-11 03:51:25 +01:00
Qual: Fix spelling (#31515)
# Qual: Fix spelling Fix some typos in the comments (codespell).
This commit is contained in:
@@ -221,7 +221,7 @@ class modMyModule extends DolibarrModules
|
||||
/* Example:
|
||||
$this->dictionaries=array(
|
||||
'langs' => 'mymodule@mymodule',
|
||||
// List of tables we want to see into dictonnary editor
|
||||
// List of tables we want to see into dictionary editor
|
||||
'tabname' => array("table1", "table2", "table3"),
|
||||
// Label of tables
|
||||
'tablib' => array("Table1", "Table2", "Table3"),
|
||||
|
||||
Reference in New Issue
Block a user