From 7aff05281078239ebcd03ece8bbd7493d32234ba Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Thu, 26 Sep 2019 14:22:28 +1000 Subject: [PATCH] fix spelling mistake --- spctools/ripsamples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spctools/ripsamples.py b/spctools/ripsamples.py index 7062e5c..bc7021b 100755 --- a/spctools/ripsamples.py +++ b/spctools/ripsamples.py @@ -162,7 +162,7 @@ def readit(path, outpath): smpNum = int.from_bytes(f.read(2), byteorder="little", signed=False) patNum = int.from_bytes(f.read(2), byteorder="little", signed=False) - # Cus spc2it has a tendancy to produce corrupted files... + # Cus spc2it has a tendency to produce corrupted files... if ordNum > 1024: return if smpNum > 4000: return if insNum > 256: return