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