diff options
author | 2016-11-24 09:24:01 -0500 | |
---|---|---|
committer | 2016-11-24 09:24:01 -0500 | |
commit | 30cda1d3e5b9195fbd1f23a3af4480666c750a34 (patch) | |
tree | 82f7b4b6bb3c61335c495d0925b393b212f6f3f0 /src/lib/formats/upd765_dsk.cpp | |
parent | 7746690ddf1b6b806de046ec54fee954f09e182e (diff) |
A round of spelling/typographical fixes to source comments (nw)
Diffstat (limited to 'src/lib/formats/upd765_dsk.cpp')
-rw-r--r-- | src/lib/formats/upd765_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/upd765_dsk.cpp b/src/lib/formats/upd765_dsk.cpp index ae11f7080dc..a7e5febc3d7 100644 --- a/src/lib/formats/upd765_dsk.cpp +++ b/src/lib/formats/upd765_dsk.cpp @@ -250,7 +250,7 @@ bool upd765_format::save(io_generic *io, floppy_image *image) // Previously tested cell size int min_cell_size = 0; for(;;) { - // Build the list of all formats for the immediatly superior cell size + // Build the list of all formats for the immediately superior cell size int cur_cell_size = 0; candidates.clear(); for(int i=0; i != formats_count; i++) { |