diff options
| author | Anatol Belski <ab@php.net> | 2014-08-17 21:40:39 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-08-17 21:40:39 +0200 |
| commit | 77eb6e727819214e003bb0832a52e530627d2316 (patch) | |
| tree | 498f3cd472f4ca918ef019f40edb96e0759f3344 /sapi/phpdbg/phpdbg_help.c | |
| parent | f2182ab845236a112ff63bcb8752b07943c999f1 (diff) | |
| parent | 741605da73d424a3cb2fe29d2d5a610b010d0aff (diff) | |
| download | php-git-77eb6e727819214e003bb0832a52e530627d2316.tar.gz | |
Merge branch 'master' of git.php.net:php-src
# By Veres Lajos (2) and Lior Kaplan (1)
# Via Lior Kaplan
* 'master' of git.php.net:php-src:
Correct typo in comments: 'initialized'
typofixes
typofixes
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.c')
| -rw-r--r-- | sapi/phpdbg/phpdbg_help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c index 1e58dc69ca..c552529930 100644 --- a/sapi/phpdbg/phpdbg_help.c +++ b/sapi/phpdbg/phpdbg_help.c @@ -362,7 +362,7 @@ phpdbg_help_text_t phpdbg_help_text[] = { " **-c** **-c**/my/php.ini Set php.ini file to load" CR " **-d** **-d**memory_limit=4G Set a php.ini directive" CR " **-n** Disable default php.ini" CR -" **-q** Supress welcome banner" CR +" **-q** Suppress welcome banner" CR " **-v** Enable oplog output" CR " **-s** Enable stepping" CR " **-b** Disable colour" CR @@ -545,7 +545,7 @@ phpdbg_help_text_t phpdbg_help_text[] = { " $P break ZEND_ADD" CR " $P b ZEND_ADD" CR -" Break on any occurence of the opcode ZEND_ADD" CR CR +" Break on any occurrence of the opcode ZEND_ADD" CR CR " $P break del 2" CR " $P b ~ 2" CR |
