From: Antony Dovgal Date: Wed, 26 Jul 2006 16:25:58 +0000 (+0000) Subject: fix typo (#38223) X-Git-Tag: php-4.4.4RC1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e6b239fd4f2349b1daab1bd5ad29d9d1bd1763e;p=php fix typo (#38223) --- diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index be286eb443..016b6217a8 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -25,7 +25,7 @@ php - PHP Command Line Interface 'CLI' .B PHP is a widely\-used general\-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This is the command line interface -that enables you to the following: +that enables you to do the following: .P You can parse and execute files by using parameter \-f followed by the name of the .IR file