2
0
forked from Wavyzz/dolibarr

Qual: Spelling fixes that newly appeared. (#27495)

* Qual: Spelling fixes that newly appeared.

# Qual: Fix spelling erros that appeared since the bulk updates.

These issues mostly appeared since the bulk updates (a few ones were postponed
to make sure no real spelling errors were missed.)

* Update modulebuilder.lib.php

* Update pdf_standard.modules.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
MDW
2024-01-14 12:26:37 +01:00
committed by GitHub
parent 90b2a65589
commit a04f2bf4e7
68 changed files with 251 additions and 250 deletions

View File

@@ -1317,7 +1317,7 @@ function writeApiUrlsInDoc($file_api, $file_doc)
// build format asciidoc for urls in table
if (!$error) {
$asciiDocTable = "[options=\"header\"]\n|===\n|Objet | URLs\n";
$asciiDocTable = "[options=\"header\"]\n|===\n|Object | URLs\n"; // phpcs:ignore
foreach ($groupedUrls as $objectName => $urls) {
$urlsList = implode(" +\n*", $urls);
$asciiDocTable .= "|$objectName | \n*$urlsList +\n";