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");