Skip to content

Commit 6984b4a

Browse files
author
Kristan Kenney
committed
Fix typo in v-list-sys-php
1 parent 5c066bd commit 6984b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-list-sys-php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ csv_list() {
6161
# Action #
6262
#----------------------------------------------------------#
6363

64-
# List trough /etc/php
64+
# List through /etc/php
6565
versions_list=$(ls -d /etc/php/*)
6666
versions=()
6767
for version in $versions_list; do

0 commit comments

Comments
 (0)