mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix some misspellings
This commit is contained in:
parent
9ea7d259ef
commit
84b195d9fc
95 changed files with 143 additions and 143 deletions
|
@ -761,7 +761,7 @@ static const zend_function_entry zend_funcs_throwable[] = {
|
|||
* such exceptions in that handler.
|
||||
* Also all getXY() methods are final because thy serve as read only access to
|
||||
* their corresponding properties, no more, no less. If after all you need to
|
||||
* override somthing then it is method __toString().
|
||||
* override something then it is method __toString().
|
||||
* And never try to change the state of exceptions and never implement anything
|
||||
* that gives the user anything to accomplish this.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue