diff --git a/loader/include/Geode/loader/Setting.hpp b/loader/include/Geode/loader/Setting.hpp index 3f2ff368..fca764c9 100644 --- a/loader/include/Geode/loader/Setting.hpp +++ b/loader/include/Geode/loader/Setting.hpp @@ -92,7 +92,7 @@ namespace geode { std::optional description; ValueType defaultValue; /** - * A regex the string must succesfully match against + * A regex the string must successfully match against */ std::optional match; diff --git a/loader/src/internal/crashlog.hpp b/loader/src/internal/crashlog.hpp index 4d0e5cc8..4ed85293 100644 --- a/loader/src/internal/crashlog.hpp +++ b/loader/src/internal/crashlog.hpp @@ -10,7 +10,7 @@ namespace crashlog { /** * Setup platform-specific crashlog handler - * @returns True if the handler was succesfully installed, false otherwise + * @returns True if the handler was successfully installed, false otherwise */ bool GEODE_DLL setupPlatformHandler(); /** diff --git a/loader/src/ui/internal/info/ModInfoPopup.cpp b/loader/src/ui/internal/info/ModInfoPopup.cpp index d6918d65..3b30236d 100644 --- a/loader/src/ui/internal/info/ModInfoPopup.cpp +++ b/loader/src/ui/internal/info/ModInfoPopup.cpp @@ -648,7 +648,7 @@ void LocalModInfoPopup::doUninstall() { auto layer = FLAlertLayer::create( this, "Uninstall complete", - "Mod was succesfully uninstalled! :) " + "Mod was successfully uninstalled! :) " "(You may need to restart the game " "for the mod to take full effect). " "Would you also like to delete the mod's " @@ -718,7 +718,7 @@ void IndexItemInfoPopup::onInstallProgress(ModInstallEvent* event) { FLAlertLayer::create( "Install complete", - "Mod succesfully installed! :) " + "Mod successfully installed! :) " "(You may need to restart the game " "for the mod to take full effect)", "OK"