From afc62f3d94c7bec3ff5afbd330807fa01fe4b75e Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Tue, 28 Nov 2023 22:09:35 -0600 Subject: [PATCH] Fix typo in comment in AppleDSK.hpp --- Storage/Disk/DiskImage/Formats/AppleDSK.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Disk/DiskImage/Formats/AppleDSK.hpp b/Storage/Disk/DiskImage/Formats/AppleDSK.hpp index 59f3aeb41..c3ca3992a 100644 --- a/Storage/Disk/DiskImage/Formats/AppleDSK.hpp +++ b/Storage/Disk/DiskImage/Formats/AppleDSK.hpp @@ -26,7 +26,7 @@ class AppleDSK: public DiskImage { Construct an @c AppleDSK containing content from the file with name @c file_name. @throws Storage::FileHolder::Error::CantOpen if this file can't be opened. - @throws Error::InvalidFormat if the file doesn't appear to contain a .G64 format image. + @throws Error::InvalidFormat if the file doesn't appear to contain an Apple DSK format image. */ AppleDSK(const std::string &file_name);