From 10108cee146eca9293cdd56e1482c2771f3b638c Mon Sep 17 00:00:00 2001
From: johns <>
Date: Sat, 10 Jun 2000 01:40:37 +0000
Subject: [PATCH] error message for timer changed.

---
 src/video/sdl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/video/sdl.cpp b/src/video/sdl.cpp
index cd5eaf79b..5b02d79b7 100644
--- a/src/video/sdl.cpp
+++ b/src/video/sdl.cpp
@@ -83,7 +83,7 @@ global void SetVideoSync(void)
     if( SDL_SetTimer(
 		(100*1000/FRAMES_PER_SECOND)/VideoSyncSpeed,
 		VideoSyncHandler) ) {
-	fprintf(stderr,"Can't set itimer\n");
+	fprintf(stderr,"Can't set timer\n");
     }
 
     // DebugLevel1("Timer installed\n");