From 0d8049353bebb28796fbb199f3094635e1f96a9f Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 24 Feb 2023 13:05:53 -0500 Subject: [PATCH] GUI: welcome typo fix --- src/gui/tutorial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/tutorial.cpp b/src/gui/tutorial.cpp index 78c413ed..cabc5805 100644 --- a/src/gui/tutorial.cpp +++ b/src/gui/tutorial.cpp @@ -58,7 +58,7 @@ void FurnaceGUI::drawTutorial() { "- click on the pattern or use arrow keys to move the cursor\n" "- values (instrument, volume, effects and effect values) are in hexadecimal\n" "- hit enter to play/stop the song\n" - "- extend the song hy adding more orders in the Orders window\n" + "- extend the song by adding more orders in the Orders window\n" "- click on the Orders matrix to change the patterns of a channel (left click increases; right click decreases)" );