From d72e41227fd7e1b2f6dfdac4f4bc8d4be91d478b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 7 Jun 2004 02:39:24 +0000 Subject: [PATCH] typo --- stepmania/src/arch/ArchHooks/ArchHooks_Win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/ArchHooks/ArchHooks_Win32.cpp b/stepmania/src/arch/ArchHooks/ArchHooks_Win32.cpp index 2c0a579cf0..157ff63ce1 100644 --- a/stepmania/src/arch/ArchHooks/ArchHooks_Win32.cpp +++ b/stepmania/src/arch/ArchHooks/ArchHooks_Win32.cpp @@ -22,7 +22,7 @@ ArchHooks_Win32::ArchHooks_Win32() * "drive not ready", etc. dialogs to pop up. */ SetErrorMode( SetErrorMode(0) | SEM_FAILCRITICALERRORS ); - /* Windows boost priority on keyboard input, among other things. Disable that for + /* Windows boosts priority on keyboard input, among other things. Disable that for * the main thread. */ SetThreadPriorityBoost( GetCurrentThread(), TRUE ); }