diff options
author | 2016-04-12 08:48:35 -0400 | |
---|---|---|
committer | 2016-04-12 08:48:35 -0400 | |
commit | 3ed3b7e7fcc4f828106149272e3c3ee9fb0ccb65 (patch) | |
tree | 1deef1318e78ec3d28745a77fef2faec2712ae20 /src/lib/formats/dfi_dsk.cpp | |
parent | 0d0ecae0a4e531452dfd20ee75ebbedaaad7a32d (diff) | |
parent | 3d5c53d11e99d109c4e6351aeade2fb7e857e71b (diff) |
Merge pull request #776 from jmallach/typos
Fix typos throughout the codebase
Diffstat (limited to 'src/lib/formats/dfi_dsk.cpp')
-rw-r--r-- | src/lib/formats/dfi_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/dfi_dsk.cpp b/src/lib/formats/dfi_dsk.cpp index ce89e02f31a..e8bb38d6dd0 100644 --- a/src/lib/formats/dfi_dsk.cpp +++ b/src/lib/formats/dfi_dsk.cpp @@ -15,7 +15,7 @@ #include "dfi_dsk.h" #include <zlib.h> #define NUMBER_OF_MULTIREADS 3 -// threshholds for brickwall windowing +// thresholds for brickwall windowing //define DFI_MIN_CLOCKS 65 // number_please apple2 wants 40 min #define DFI_MIN_CLOCKS 60 |