Browse Source

Fix typo in v-list-sys-php

Kristan Kenney 5 years ago
parent
commit
6984b4a4e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-list-sys-php

+ 1 - 1
bin/v-list-sys-php

@@ -61,7 +61,7 @@ csv_list() {
 #                       Action                             #
 #                       Action                             #
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 
 
-# List trough /etc/php
+# List through /etc/php
 versions_list=$(ls -d /etc/php/*)
 versions_list=$(ls -d /etc/php/*)
 versions=()
 versions=()
 for version in $versions_list; do
 for version in $versions_list; do