mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
typo fixes
This commit is contained in:
parent
b79b13b4ef
commit
e9a95d78ef
96 changed files with 154 additions and 154 deletions
|
@ -889,7 +889,7 @@ static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
|
|||
RETURN_FALSE;
|
||||
}
|
||||
if (hptr->flags & (DBA_NO_APPEND|DBA_CAST_AS_FD)) {
|
||||
/* Needed becasue some systems do not allow to write to the original
|
||||
/* Needed because some systems do not allow to write to the original
|
||||
* file contents with O_APPEND being set.
|
||||
*/
|
||||
if (SUCCESS != php_stream_cast(info->fp, PHP_STREAM_AS_FD, (void*)&info->fd, 1)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue