diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-11-19 19:59:31 +0000 |
---|---|---|
committer | Veres Lajos <vlajos@gmail.com> | 2014-11-19 20:23:00 +0000 |
commit | 4b9535341addcdeaf44002e323733864325b30ab (patch) | |
tree | 4c5819be9e7939c00b4d60261751b78c6f1d82cc /main/streams/streams.c | |
parent | f7674519804dc7000a56ef9fe12c49461ff0333a (diff) | |
download | php-git-4b9535341addcdeaf44002e323733864325b30ab.tar.gz |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'main/streams/streams.c')
-rw-r--r-- | main/streams/streams.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams/streams.c b/main/streams/streams.c index 13af362681..c6420dc0d0 100644 --- a/main/streams/streams.c +++ b/main/streams/streams.c @@ -1066,7 +1066,7 @@ PHPAPI zend_string *php_stream_get_record(php_stream *stream, size_t maxlen, con * searched for the delimiter. * The left part of the delimiter may still remain in the buffer, * so subtract up to <delim_len - 1> from buffered_len, which is - * the ammount of data we skip on this search as an optimization + * the amount of data we skip on this search as an optimization */ found_delim = _php_stream_search_delim( stream, maxlen, |