Fix minor typo

This commit is contained in:
Eric Helgeson
2021-02-20 14:42:02 -06:00
committed by GitHub
parent df1ac74069
commit 5fc8a1e52a

View File

@@ -61,7 +61,7 @@ public:
break;
default:
Error() << fmt::format("don't understant DiskCopy disks of type {}", encoding);
Error() << fmt::format("don't understand DiskCopy disks of type {}", encoding);
}
std::cout << "reading DiskCopy 4.2 image\n"