mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-30 03:15:38 -05:00
Fix spelling mistake
This commit is contained in:
parent
05f0d143da
commit
bf28de3f95
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ std::optional<ModDownload> ModDownloadManager::startDownload(
|
||||||
std::optional<DependencyFor> const& dependencyFor,
|
std::optional<DependencyFor> const& dependencyFor,
|
||||||
std::optional<std::string> const& replacesMod
|
std::optional<std::string> const& replacesMod
|
||||||
) {
|
) {
|
||||||
// If this mod has already been succesfully downloaded or is currently
|
// If this mod has already been successfully downloaded or is currently
|
||||||
// being downloaded, return as you can't download multiple versions of the
|
// being downloaded, return as you can't download multiple versions of the
|
||||||
// same mod simultaniously, since that wouldn't make sense. I mean the new
|
// same mod simultaniously, since that wouldn't make sense. I mean the new
|
||||||
// version would just immediately override to the other one
|
// version would just immediately override to the other one
|
||||||
|
|
Loading…
Reference in a new issue