typo fixes

This commit is contained in:
Veres Lajos 2013-07-13 13:37:04 +01:00 committed by Stanislav Malyshev
parent b79b13b4ef
commit e9a95d78ef
96 changed files with 154 additions and 154 deletions

View file

@ -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)) {