Correct typos 'red' -> 'read'

This commit is contained in:
Matt Schick 2016-12-15 17:36:11 -08:00
parent ad511e5577
commit 9fb6650140
2 changed files with 2 additions and 2 deletions

View File

@ -1402,7 +1402,7 @@ existing hooks are:
used for filtering.
* `BufClose`: Executed when a buffer is deleted, while it is still valid.
* `BufOpenFifo`: Executed when a buffer opens a fifo.
* `BufReadFifo`: Executed after some data has been red from a fifo and
* `BufReadFifo`: Executed after some data has been read from a fifo and
inserted in the buffer.
* `BufCloseFifo`: Executed when a fifo buffer closes its fifo file descriptor
either because the buffer is being deleted, or because the writing

View File

@ -117,7 +117,7 @@ Default hooks
executed when a buffer opens a fifo
*BufReadFifo*::
executed after some data has been red from a fifo and inserted in
executed after some data has been read from a fifo and inserted in
the buffer
*BufCloseFifo*::