From 498b8d8a7dbef859cd5829fceee7f83dbe69d870 Mon Sep 17 00:00:00 2001 From: Walker Selby Date: Wed, 19 Oct 2022 15:07:27 -0700 Subject: Miscellaneous Typos (#339) Co-authored-by: MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com> --- .../notenoughupdates/options/seperateSections/LocationEdit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/LocationEdit.java') diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/LocationEdit.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/LocationEdit.java index 42316592..48214481 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/LocationEdit.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/LocationEdit.java @@ -118,7 +118,7 @@ public class LocationEdit { @Expose @ConfigOption( name = "Edit Dwarven Overlay Position", - desc = "Change the position of the Dwarven Mines information Overlay (commisions, powder & forge statuses)" + desc = "Change the position of the Dwarven Mines information Overlay (commissions, powder & forge statuses)" ) @ConfigEditorButton( runnableId = 1, -- cgit