From d42bf52bf854df2c85e302fe9006ffd49b2b14fe Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 10 Apr 2004 21:00:38 +0000 Subject: [PATCH] typo --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 1e3a2a88b3..ec60a29ee0 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -876,7 +876,7 @@ int main(int argc, char* argv[]) /* Tricky: for other exceptions, we want a backtrace. To do this in Windows, * we need to catch the exception and force a crash. The call stack is still * there, and gets picked up by the crash handler. (If we don't catch it, we'll - * get a generic, useless "abnormal terminaiton" dialog.) In Linux, if we do this + * get a generic, useless "abnormal termination" dialog.) In Linux, if we do this * we'll only get main() on the stack, but if we don't catch the exception, it'll * just work. So, only catch generic exceptions in Windows. */ #if defined(_WINDOWS)