Subject: | Spelling error in pod |
Hi, here a little error:
--- libio-event-perl-0.812.orig/lib/IO/Event.pod
+++ libio-event-perl-0.812/lib/IO/Event.pod
@@ -585,7 +585,7 @@ This dispatch is now deprecated with the
=head1 SYSREAD and EOF
-sysread() is incompatable with eof() because eof() uses
+sysread() is incompatible with eof() because eof() uses
getc(). Most of the time this isn't a problem. In other words,
some of the time this is a problem: lines go missing.