Qual: Fix spelling (#31515)

# Qual: Fix spelling

Fix some typos in the comments (codespell).
This commit is contained in:
MDW
2024-10-23 20:23:07 +02:00
committed by GitHub
parent 80171b5fe5
commit cb9ad5c259
10 changed files with 12 additions and 10 deletions

View File

@@ -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"),