1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-01 13:58:20 +00:00

Corrects spelling mistake.

This commit is contained in:
Thomas Harte 2020-01-19 20:05:52 -05:00
parent c755411636
commit f3f8345e5e

View File

@ -158,7 +158,7 @@ CPCDSK::CPCDSK(const std::string &file_name) :
}
// As per the weak/fuzzy sector extension, multiple samplings may be stored here.
// Plan to tead as many as there were.
// Plan to read as many as there were.
sector.samples.emplace_back();
sector.samples.resize(number_of_samplings);
while(number_of_samplings--) {