tail(1): Fix a typo in a source code comment

- s/recieved/received/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-12-27 09:35:38 +01:00
parent 407e3790c3
commit c58205be7a

View file

@ -404,7 +404,7 @@ follow(file_info_t *files, enum STYLE style, off_t off)
/*
* In the -F case we set a timeout to ensure that
* we re-stat the file at least once every second.
* If we've recieved EINTR, ignore it. Both reasons
* If we've received EINTR, ignore it. Both reasons
* for its generation are transient.
*/
do {