Qual: Spelling htdocs/[q-z]* (#27447)

# Qual: Fix spelling htdocs/[q-z]*

Probably fixes a bug:

- htdocs/webservices/server_thirdparty.php
  No other occurence of adress found.
  -'adress'=>->adress,- +'address'=>->address,+
This commit is contained in:
MDW
2024-01-12 17:18:52 +01:00
committed by GitHub
parent 5d6d6a92cf
commit 342ab85195
118 changed files with 366 additions and 366 deletions

View File

@@ -21,7 +21,7 @@
/**
* \file htdocs/reception/class/receptionstats.class.php
* \ingroup reception
* \brief File of class fo tmanage reception statistics
* \brief File of class to manage reception statistics
*/
include_once DOL_DOCUMENT_ROOT.'/core/class/stats.class.php';