diff --git a/loader/src/server/DownloadManager.cpp b/loader/src/server/DownloadManager.cpp index 545fe3ed..79a49a4d 100644 --- a/loader/src/server/DownloadManager.cpp +++ b/loader/src/server/DownloadManager.cpp @@ -256,7 +256,7 @@ std::optional ModDownloadManager::startDownload( std::optional const& dependencyFor, std::optional 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 // same mod simultaniously, since that wouldn't make sense. I mean the new // version would just immediately override to the other one