From 95104c5a7984757bfb64ca1ea4a12c2314b5bee4 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Tue, 24 Feb 2026 19:04:02 -0500 Subject: [PATCH] Fix typos --- CHANGELOG.md | 2 +- include/core/scriptsettings.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 742d1b33..77de60e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp - Add API functions for reading and writing text files. ### Changed -- Porymap's .cfg files were replaced with .json. Any fields not listed not listed in a config file are assumed to be the default value. +- Porymap's .cfg files were replaced with .json. Any fields not listed in a config file are assumed to be the default value. - Move the tileset/layout labels to prioritize horizontal space for the map. ### Fixed diff --git a/include/core/scriptsettings.h b/include/core/scriptsettings.h index dd8e4f4f..6c8c9d6f 100644 --- a/include/core/scriptsettings.h +++ b/include/core/scriptsettings.h @@ -10,7 +10,7 @@ struct ScriptSettings { QString path; bool enabled = true; - // Scripts can either by specific to the project, or specific to the user. + // Scripts can either be specific to the project, or specific to the user. // This allows projects to send scripts downstream to their users, // while still allowing them to use their own personal scripts. bool userOnly = true;