Subject: | [patch] small typo in POD |
Hi,
Here is a patch correcting a small typo in Term::ReadKey's POD
("likelyhood" -> "likelihood"). The bug was originally reported to the
Debian package by Reuben Thomas at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479743
Thanks,
dam
Subject: | pod-typo-479743.patch |
Index: libterm-readkey-perl/ReadKey.pm
===================================================================
--- libterm-readkey-perl.orig/ReadKey.pm 2008-05-06 22:24:04.000000000 +0300
+++ libterm-readkey-perl/ReadKey.pm 2008-05-06 22:24:18.000000000 +0300
@@ -23,7 +23,7 @@
non-blocking reads, if the architecture allows, and some generalized handy
functions for working with terminals. One of the main goals is to have the
functions as portable as possible, so you can just plug in "use
-Term::ReadKey" on any architecture and have a good likelyhood of it working.
+Term::ReadKey" on any architecture and have a good likelihood of it working.
=over 8