From fcbfbea8d24213da529ed2eff730891fd847b2c8 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Fri, 11 Nov 2011 18:50:52 +0000 Subject: - fix bug #60272, typo --- sapi/cli/php_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 5c2725f28b..18774fa04c 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -522,7 +522,7 @@ static void php_cli_usage(char *argv0) " -E Run PHP after processing all input lines\n" " -H Hide any passed arguments from external tools.\n" " -S : Run with built-in web server.\n" - " -t Specify document root for bult-in web server.\n" + " -t Specify document root for built-in web server.\n" " -s Output HTML syntax highlighted source.\n" " -v Version number\n" " -w Output source with stripped comments and whitespace.\n" -- cgit v1.2.1