From f3f8345e5ea54d2187dd83ab6c694a186e66d781 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 19 Jan 2020 20:05:52 -0500 Subject: [PATCH] Corrects spelling mistake. --- Storage/Disk/DiskImage/Formats/CPCDSK.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Disk/DiskImage/Formats/CPCDSK.cpp b/Storage/Disk/DiskImage/Formats/CPCDSK.cpp index 0156e156c..d22de4387 100644 --- a/Storage/Disk/DiskImage/Formats/CPCDSK.cpp +++ b/Storage/Disk/DiskImage/Formats/CPCDSK.cpp @@ -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--) {