mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ext/[cd]*: fix a bunch of typos (#16298)
Only functional change is the renaming of the functions `dom_document_substitue_entities_(read|write)` to replace `substitue` with `substitute`.
This commit is contained in:
parent
e34eebb854
commit
41996e8d4f
33 changed files with 37 additions and 37 deletions
|
@ -61,7 +61,7 @@
|
|||
|
||||
#ifdef __GNUC__
|
||||
/* don't complain about deprecated CURLOPT_* we're exposing to PHP; we
|
||||
need to keep using those to avoid breaking PHP API compatibiltiy */
|
||||
need to keep using those to avoid breaking PHP API compatibility */
|
||||
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue