From: Michael R. Crusoe <crusoe@debian.org>
Subject: Fix spelling typos found by lintian
Forwarded: https://github.com/macs3-project/MACS/pull/629
--- macs.orig/MACS3/Signal/BedGraph.pyx
+++ macs/MACS3/Signal/BedGraph.pyx
@@ -1178,7 +1178,7 @@
         Todos
         -----
 
-        May need to seperate this function out as a class so that we
+        May need to separate this function out as a class so that we
         can add more ways to analyze the result. Also, we can let this
         function return a list of dictionary or data.frame in that
         way, instead of str object.
--- macs.orig/MACS3/Signal/HMMR_Signal_Processing.pyx
+++ macs/MACS3/Signal/HMMR_Signal_Processing.pyx
@@ -225,6 +225,6 @@
                 tmp_p = tmp_e
             # end of region, we change the mark_bin
             mark_bin += 1
-    # we do not merge regions in regionsbdg object so each bin will be seperated.
+    # we do not merge regions in regionsbdg object so each bin will be separated.
     debug( f"added {n} bins" )
     return regionsbdg
--- macs.orig/MACS3/Signal/PileupV2.pyx
+++ macs/MACS3/Signal/PileupV2.pyx
@@ -7,7 +7,7 @@
 Wang. Now we allow different weights for different genomic ranges, and
 simplify the approach.
 
-For a genomic range r_i covering genomic postions from s_i to e_i to
+For a genomic range r_i covering genomic positions from s_i to e_i to
 be piled up, we assign the start position a value w_i, and the end
 -w_i, so we will have (s_i, w_i) and (e_i, -w_i). Then all N ranges
 will be made into an array (2D) of position and weights as:
