Skip to content

Commit 83bbff7

Browse files
Fix "ouptut" typo from docker-library/php#497
1 parent 19be598 commit 83bbff7

File tree

87 files changed

+87
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+87
-87
lines changed

5.6/alpine/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

5.6/alpine/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

5.6/alpine/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

5.6/apache/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

5.6/apache/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

5.6/apache/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

5.6/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

5.6/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

5.6/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

5.6/fpm/alpine/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

5.6/fpm/alpine/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

5.6/fpm/alpine/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

5.6/fpm/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

5.6/fpm/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

5.6/fpm/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

5.6/zts/alpine/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

5.6/zts/alpine/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

5.6/zts/alpine/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

5.6/zts/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

5.6/zts/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

5.6/zts/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

7.0/alpine/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

7.0/alpine/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

7.0/alpine/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

7.0/apache/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

7.0/apache/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

7.0/apache/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

7.0/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

7.0/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

7.0/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

7.0/fpm/alpine/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

7.0/fpm/alpine/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

7.0/fpm/alpine/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

7.0/fpm/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

7.0/fpm/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

7.0/fpm/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

7.0/zts/alpine/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

7.0/zts/alpine/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

7.0/zts/alpine/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

7.0/zts/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

7.0/zts/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

7.0/zts/docker-php-ext-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ usage() {
3838
| xargs
3939
echo
4040
echo 'Some of the above modules are already compiled into PHP; please check'
41-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
41+
echo 'the output of "php -i" to see which modules are already loaded.'
4242
}
4343

4444
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"

7.1/alpine/docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usage() {
3434
| xargs
3535
echo
3636
echo 'Some of the above modules are already compiled into PHP; please check'
37-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
37+
echo 'the output of "php -i" to see which modules are already loaded.'
3838
}
3939

4040
ext="$1"

7.1/alpine/docker-php-ext-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
echo $(find -maxdepth 1 -type f -name '*.so' -exec basename '{}' ';' | sort)
1414
echo
1515
echo 'Some of the above modules are already compiled into PHP; please check'
16-
echo 'the ouptut of "php -i" to see which modules are already loaded.'
16+
echo 'the output of "php -i" to see which modules are already loaded.'
1717
}
1818

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

0 commit comments

Comments
 (0)