From 706837182df23e952c6f2bc337350a54a4c8080b Mon Sep 17 00:00:00 2001 From: Stephen Nelson Date: Wed, 19 Aug 2015 21:28:07 -0700 Subject: [PATCH] Applied patch from gregoa@debian.org. Message: Description: Fixing man page Author: Fabrizio Regalli Reviewed-by: gregor herrmann Last-Update: 2013-09-21 --- lib/Convert/BinHex.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Convert/BinHex.pm b/lib/Convert/BinHex.pm index 7b2e3c1..0552126 100644 --- a/lib/Convert/BinHex.pm +++ b/lib/Convert/BinHex.pm @@ -1627,7 +1627,7 @@ Basically, it works in a similar fashion to stdio's fread(): 0. There is an internal buffer of decompressed (BIN) data, initially empty. 1. Application asks to read() n bytes of data from object - 2. If the buffer is not full enough to accomodate the request: + 2. If the buffer is not full enough to accommodate the request: 2a. The read() method grabs the next available chunk of input data (the HEX). 2b. HEX data is converted and decompressed into as many BIN