1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Correct spelling error (lintian)
Author: Nick Morrott <knowledgejunkie@gmail.com>
Bug: https://rt.cpan.org/Ticket/Display.html?id=115480
Last-Update: 2016-06-20
---
--- a/lib/PerlIO/Layers.pm
+++ b/lib/PerlIO/Layers.pm
@@ -205,7 +205,7 @@
=item * autoflush
-Checks wheter the filehandle is in unbuffering mode. Note that this is not the opposite of buffering, but more similar to autoflush, hence the name of this test.
+Checks whether the filehandle is in unbuffering mode. Note that this is not the opposite of buffering, but more similar to autoflush, hence the name of this test.
=item * buffer_size
|