git: c58205be7a7d - main - tail(1): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Dec 2023 08:42:31 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=c58205be7a7d4eb1c68b169bb7fdb57f1e057cc5
commit c58205be7a7d4eb1c68b169bb7fdb57f1e057cc5
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-12-27 08:35:38 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-12-27 08:35:38 +0000
tail(1): Fix a typo in a source code comment
- s/recieved/received/
MFC after: 3 days
---
usr.bin/tail/forward.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c
index 800492d2b1f3..010a36b4c793 100644
--- a/usr.bin/tail/forward.c
+++ b/usr.bin/tail/forward.c
@@ -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 {