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); }