summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-04-23 19:56:53 +0000
committerAndrei Zmievski <andrei@php.net>2006-04-23 19:56:53 +0000
commitc86e96db11883fb14cfdbd06006dd570590439c3 (patch)
tree403cc264a361fa6db9126930775b40658cb5a212
parent033c07972f9c5a58c1ecb0a7c98219f070fdda5e (diff)
downloadphp-git-c86e96db11883fb14cfdbd06006dd570590439c3.tar.gz
Typo.
-rw-r--r--sapi/cli/php.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in
index dd959e7e46..4c86dec40b 100644
--- a/sapi/cli/php.1.in
+++ b/sapi/cli/php.1.in
@@ -46,7 +46,7 @@ php \- PHP Command Line Interface 'CLI'
.SH DESCRIPTION
\fBPHP\fP 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