Fix spelling mistakes

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2022-07-08 22:00:36 +02:00
parent edc808ee89
commit b49db58ec2
No known key found for this signature in database
GPG key ID: 4CDA6F249DD2B485
3 changed files with 6 additions and 6 deletions

View file

@ -395,7 +395,7 @@ select_rpm_php(){
exit
fi
# php-json is not required on CentOS 7 as it is already compiled into php
# verifiy via `php -m | grep json`
# verify via `php -m | grep json`
if [[ $CURRENT_CENTOS_VERSION -eq 7 ]]; then
# create a temporary array as arrays are not designed for use as mutable data structures
CENTOS7_PIHOLE_WEB_DEPS=()