diff options
author | Remi Collet <remi@remirepo.net> | 2023-05-01 08:01:07 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-05-01 08:01:07 +0200 |
commit | 02ef3cfffcb079113bbb3c604c4e03ddb107e662 (patch) | |
tree | ea3ca3e3be0dcaa43b722b812f86af0fd83daaa2 | |
parent | 39db058839e035e68f75e7d502c509fb2b4bf0af (diff) |
typo
-rw-r--r-- | wizard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index dd675dc9..af3bfa92 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -375,7 +375,7 @@ if ($php && $os && $type && !$err) { printf("<pre> $yum install php-cli</pre>"); printf("</li><br />"); - printf("<li>Command to install <b>additional</b> packages (xxx for SAPI of extension name):"); + printf("<li>Command to install <b>additional</b> packages (xxx for SAPI or extension name):"); printf("<pre> $yum install php-xxx</pre>"); printf("</li><br />"); |