From 320d0a709fbc9d6c674e10c4ba6a5e4e3dadb7be Mon Sep 17 00:00:00 2001 From: Sam Tupy Date: Thu, 24 Oct 2024 06:50:31 -0500 Subject: [PATCH] fix spelling error in touch test --- test/interact/test_touch.nvgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/interact/test_touch.nvgt b/test/interact/test_touch.nvgt index 314993bc..810d160f 100644 --- a/test/interact/test_touch.nvgt +++ b/test/interact/test_touch.nvgt @@ -9,7 +9,7 @@ void main() { show_window("touch screen test"); speak("please wait", true); wait(1000); - touch_jesture_manager touch; + touch_gesture_manager touch; if (!touch.is_available()) { alert("error", "This system does not support touch screen devices"); if (question("No touch", "There was no touch input on your system, which is what this program's use-case is for. Would you like to continue execution anyway?") != 1) exit();