Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-09-30 00:40:48 +0300
committerkcgen <kcgen@users.noreply.github.com>2022-09-30 00:40:48 +0300
commitf95ee05728af903c13071142f7850ebdafe5d989 (patch)
tree5567896568d2169d70b4338c1e4b37d60c21cc15 /include
parent1b7b4288e6550d25fea3ff76ef50c907a63eadf8 (diff)
Update mount-type descriptions in language sources
Diffstat (limited to 'include')
-rw-r--r--include/dos_system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dos_system.h b/include/dos_system.h
index 201ed49bf..e289a0f9a 100644
--- a/include/dos_system.h
+++ b/include/dos_system.h
@@ -335,7 +335,7 @@ public:
case DosDriveType::Iso:
return MSG_Get("MOUNT_TYPE_ISO") + std::string(" ") + info;
case DosDriveType::Virtual: return MSG_Get("MOUNT_TYPE_VIRTUAL");
- default: return MSG_Get("MOUNT_TYPE_UNKOWN");
+ default: return MSG_Get("MOUNT_TYPE_UNKNOWN");
}
}