Author: Roland Rosenfeld <roland@debian.org>
Description: Fix typos in man page.

--- a/Tail.pm
+++ b/Tail.pm
@@ -585,7 +585,7 @@
 
 =head1 NAME
 
-File::Tail - Perl extension for reading from continously updated files
+File::Tail - Perl extension for reading from continuously updated files
 
 =head1 SYNOPSIS
 
@@ -626,7 +626,7 @@
 =head1 DESCRIPTION
 
 The primary purpose of File::Tail is reading and analysing log files while
-they are being written, which is especialy usefull if you are monitoring
+they are being written, which is especialy useful if you are monitoring
 the logging process with a tool like Tobias Oetiker's MRTG.
 
 The module tries very hard NOT to "busy-wait" on a file that has little 
@@ -656,7 +656,7 @@
 
 =head2 new ([ ARGS ]) 
 
-Creates a C<File::Tail>. If it has only one paramter, it is assumed to 
+Creates a C<File::Tail>. If it has only one parameter, it is assumed to
 be the filename. If the open fails, the module performs a croak. I
 am currently looking for a way to set $! and return undef. 
 
@@ -734,7 +734,7 @@
 =item reset_tail
 
 Same as tail, but applies after reset. (i.e. after the
-file has been automaticaly closed and reopened). Defaults to
+file has been automatically closed and reopened). Defaults to
 C<-1>, i.e. does not skip any information present in the
 file when it first checks it.
 
--- a/Tail.pm.debug
+++ b/Tail.pm.debug
@@ -619,7 +619,7 @@
 
 =head1 NAME
 
-File::Tail - Perl extension for reading from continously updated files
+File::Tail - Perl extension for reading from continuously updated files
 
 =head1 SYNOPSIS
 
@@ -660,7 +660,7 @@
 =head1 DESCRIPTION
 
 The primary purpose of File::Tail is reading and analysing log files while
-they are being written, which is especialy usefull if you are monitoring
+they are being written, which is especialy useful if you are monitoring
 the logging process with a tool like Tobias Oetiker's MRTG.
 
 The module tries very hard NOT to "busy-wait" on a file that has little 
@@ -690,7 +690,7 @@
 
 =head2 new ([ ARGS ]) 
 
-Creates a C<File::Tail>. If it has only one paramter, it is assumed to 
+Creates a C<File::Tail>. If it has only one parameter, it is assumed to
 be the filename. If the open fails, the module performs a croak. I
 am currently looking for a way to set $! and return undef. 
 
@@ -768,7 +768,7 @@
 =item reset_tail
 
 Same as tail, but applies after reset. (i.e. after the
-file has been automaticaly closed and reopened). Defaults to
+file has been automatically closed and reopened). Defaults to
 C<-1>, i.e. does not skip any information present in the
 file when it first checks it.
 
