From 623ec3f3243a0b2b95f037a642c7cd6fbcd1dd8a Mon Sep 17 00:00:00 2001 From: Miguel Terol Espino Date: Mon, 13 May 2024 13:09:17 +0200 Subject: [PATCH] Gorram typos --- DS_Map/OverlayEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS_Map/OverlayEditor.cs b/DS_Map/OverlayEditor.cs index eaa9ad7..1bac87c 100644 --- a/DS_Map/OverlayEditor.cs +++ b/DS_Map/OverlayEditor.cs @@ -109,7 +109,7 @@ namespace DSPRE { if(FindMismatches(false)) { MessageBox.Show("There are some overlays in a compression state that does not match the set value for compression in the y9 table.\n" - + "This may cause errors or lack of usuability om hardware.\n" + + "This may cause errors or lack of usuability on hardware.\n" + "You can find the mismatched cells coloured in RED.\nThis message is purely informational.", "Compression Mark Mismatch", MessageBoxButtons.OK, MessageBoxIcon.Information); }