diff --git a/shuffle.py b/shuffle.py index 7c07f9c..88ecf98 100755 --- a/shuffle.py +++ b/shuffle.py @@ -203,7 +203,7 @@ class TunesSD(Record): ]) def construct(self): - # The header is a fixed length, so no need to precalculate it + # The header is a fixed length, so no need to calculate it self.track_header.base_offset = 64 track_header = self.track_header.construct()