From 783bcda6cf77915c2e0f2e081147c5e71c34a9b4 Mon Sep 17 00:00:00 2001 From: avsm Date: Sat, 16 Sep 2000 15:20:11 +0000 Subject: [PATCH] fix minor typo in DESCR --- devel/p5-File-Tail/pkg/DESCR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/p5-File-Tail/pkg/DESCR b/devel/p5-File-Tail/pkg/DESCR index 5da972702fc..c03db570a5d 100644 --- a/devel/p5-File-Tail/pkg/DESCR +++ b/devel/p5-File-Tail/pkg/DESCR @@ -3,7 +3,7 @@ continously appended to (the name comes from the tail -f directive). Usually such files are logfiles of some description. The module tries hard not to busy wait on the file, dynamically -calcultaing how long it should wait before it pays to try reading +calculating how long it should wait before it pays to try reading the file again. The module should handle normal log truncations ("close; move; open"