Fix two tiny typos (#475)

This fixes two itty bitty teeny weeny tiny typos :3
This commit is contained in:
Luke 2024-01-31 14:36:02 -05:00 committed by GitHub
parent d9c65b37ea
commit accd5bc8ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ body:
attributes:
label: Additional Information
description: Any additional information you wish to provide. Please add anything which did not fit into the other sections here.
placeholder: "Example: This is likely achieveable by doing X because..."
placeholder: "Example: This is likely achievable by doing X because..."
validations:
required: false
- type: markdown

View file

@ -58,7 +58,7 @@ std::string crashlog::writeCrashlog(geode::Mod* faultyMod, std::string const& in
std::stringstream file;
file << getDateString(false) << "\n"
<< std::showbase << "Whoopsies! An unhandled exception has occured.\n";
<< std::showbase << "Whoopsies! An unhandled exception has occurred.\n";
if (faultyMod) {
file << "It appears that the crash occurred while executing code from "