fix typos in "successfully"

This commit is contained in:
ConfiG 2023-08-16 21:16:15 +03:00
parent cd772bd056
commit f316c86756
No known key found for this signature in database
GPG key ID: 44DA1983F524C11B
3 changed files with 4 additions and 4 deletions

View file

@ -92,7 +92,7 @@ namespace geode {
std::optional<std::string> description;
ValueType defaultValue;
/**
* A regex the string must succesfully match against
* A regex the string must successfully match against
*/
std::optional<std::string> match;

View file

@ -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();
/**

View file

@ -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 <cy>restart the game</c> "
"for the mod to take full effect). "
"<co>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 <cy>restart the game</c> "
"for the mod to take full effect)",
"OK"