Author: Andreas Tille <tille@debian.org>
Last-Update: Sun, 25 Mar 2018 09:05:46 +0200
Description: Fix encoding in comment

--- a/src/org/itadaki/bzip2/HuffmanAllocator.java
+++ b/src/org/itadaki/bzip2/HuffmanAllocator.java
@@ -26,7 +26,7 @@ package org.itadaki.bzip2;
 /**
  * An in-place, length restricted Canonical Huffman code length allocator
  * 
- * Based on the algorithm proposed by R. L. Milidiœ, A. A. Pessoa and E. S. Laber in "In-place
+ * Based on the algorithm proposed by R. L. Milidi, A. A. Pessoa and E. S. Laber in "In-place
  * Length-Restricted Prefix Coding" (see: http://www-di.inf.puc-rio.br/~laber/public/spire98.ps)
  * and incorporating additional ideas from the implementation of "shcodec" by Simakov Alexander
  * (see: http://webcenter.ru/~xander/)
