Typo fix in error_log()

---
Provided by Tomaž Lovrec

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332339 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Chris Wright 2013-12-10 11:40:23 +00:00
parent dda8a02902
commit a2db0ec375

View file

@ -124,7 +124,7 @@
&reftitle.notes;
<warning>
<simpara>
<function>error_log</function> is not binary safe. <parameter>message</parameter> will be trancated by null character.
<function>error_log</function> is not binary safe. <parameter>message</parameter> will be truncated by null character.
</simpara>
</warning>
<tip>