Skip to content

Commit

Permalink
Fix "ouptut" typo from #497
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Sep 20, 2017
1 parent cb622df commit 511db0e
Show file tree
Hide file tree
Showing 87 changed files with 87 additions and 87 deletions.
2 changes: 1 addition & 1 deletion 5.6/alpine/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/alpine/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/alpine/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/apache/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/apache/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/apache/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/fpm/alpine/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/fpm/alpine/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/fpm/alpine/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/fpm/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/fpm/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/fpm/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/zts/alpine/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/zts/alpine/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/zts/alpine/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/zts/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/zts/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 5.6/zts/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/alpine/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/alpine/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/alpine/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/apache/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/apache/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/apache/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/fpm/alpine/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/fpm/alpine/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/fpm/alpine/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/fpm/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/fpm/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/fpm/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/zts/alpine/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/zts/alpine/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/zts/alpine/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/zts/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/zts/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.0/zts/docker-php-ext-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"
Expand Down
2 changes: 1 addition & 1 deletion 7.1/alpine/docker-php-ext-configure
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

ext="$1"
Expand Down
2 changes: 1 addition & 1 deletion 7.1/alpine/docker-php-ext-enable
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage() {
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}

opts="$(getopt -o 'h?' --long 'help,ini-name:' -- "$@" || { usage >&2 && false; })"
Expand Down
Loading

0 comments on commit 511db0e

Please sign in to comment.