mirror of
https://github.com/TomHarte/CLK.git
synced 2025-03-24 14:32:39 +00:00
Fix typo in comment in AppleDSK.hpp
This commit is contained in:
parent
b07cc5c2ec
commit
afc62f3d94
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user