mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05:00
fix typos in "successfully"
This commit is contained in:
parent
cd772bd056
commit
f316c86756
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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();
|
||||
/**
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue