mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 17:20:15 +00:00
Fix spelling mistakes
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
edc808ee89
commit
b49db58ec2
3 changed files with 6 additions and 6 deletions
|
@ -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=()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue