mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-08 14:25:05 +00:00
Corrects spelling mistake.
This commit is contained in:
@@ -158,7 +158,7 @@ CPCDSK::CPCDSK(const std::string &file_name) :
|
|||||||
}
|
}
|
||||||
|
|
||||||
// As per the weak/fuzzy sector extension, multiple samplings may be stored here.
|
// 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.emplace_back();
|
||||||
sector.samples.resize(number_of_samplings);
|
sector.samples.resize(number_of_samplings);
|
||||||
while(number_of_samplings--) {
|
while(number_of_samplings--) {
|
||||||
|
Reference in New Issue
Block a user