From accd5bc8ac0721ee2f1b737291121d56950c9e46 Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 31 Jan 2024 14:36:02 -0500 Subject: [PATCH] Fix two tiny typos (#475) This fixes two itty bitty teeny weeny tiny typos :3 --- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- loader/src/internal/crashlog.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index e4a17ded..3ec80681 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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 diff --git a/loader/src/internal/crashlog.cpp b/loader/src/internal/crashlog.cpp index 470d87c0..ae9913c3 100644 --- a/loader/src/internal/crashlog.cpp +++ b/loader/src/internal/crashlog.cpp @@ -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 "