mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 08:31:11 +00:00
Corrects spelling mistake.
This commit is contained in:
parent
c755411636
commit
f3f8345e5e
@ -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--) {
|
||||
|
Loading…
Reference in New Issue
Block a user