Typofixes

This commit is contained in:
JT Smith
2022-10-03 18:31:43 -06:00
parent ed777871c0
commit 6da76ffaae
7 changed files with 7 additions and 7 deletions

View File

@ -346,7 +346,7 @@ class ContentProxy
* parse_url arrays.
*
* As array_diff_assoc only computes changes to go from the left array
* to the right one, we make two differents arrays to have both
* to the right one, we make two different arrays to have both
* directions. We merge these two arrays and sort keys before passing
* the result to the switch.
*