Index: circuslinux/circuslinux.c
===================================================================
--- circuslinux.orig/circuslinux.c
+++ circuslinux/circuslinux.c
@@ -2791,7 +2791,7 @@ void setup(void)
     {
       fprintf(stderr,
               "\nError: I could not initialize video!\n"
-              "The Simple DirectMedia error that occured was:\n"
+              "The Simple DirectMedia error that occurred was:\n"
               "%s\n\n", SDL_GetError());
       exit(1);
     }
@@ -2803,7 +2803,7 @@ void setup(void)
   if (SDL_Init(SDL_INIT_JOYSTICK) < 0)
     {
       fprintf(stderr, "Warning: I could not initialize joystick!\n"
-	      "The Simple DirectMedia error that occured was:\n"
+	      "The Simple DirectMedia error that occurred was:\n"
 	      "%s\n\n", SDL_GetError());
       
       use_joystick = 0;
@@ -2825,7 +2825,7 @@ void setup(void)
 	  if (js == NULL)
 	    {
 	      fprintf(stderr, "Warning: Could not open joystick 1.\n"
-		      "The Simple DirectMedia error that occured was:\n"
+		      "The Simple DirectMedia error that occurred was:\n"
 		      "%s\n\n", SDL_GetError());
 	      
 	      use_joystick = 0;
@@ -2866,7 +2866,7 @@ void setup(void)
         {
           fprintf(stderr,
                   "\nWarning: I could not initialize audio!\n"
-                  "The Simple DirectMedia error that occured was:\n"
+                  "The Simple DirectMedia error that occurred was:\n"
                   "%s\n\n", SDL_GetError());
           use_sound = 0;
         }
@@ -2883,7 +2883,7 @@ void setup(void)
           fprintf(stderr,
                   "\nWarning: I could not set up audio for 44100 Hz "
                   "16-bit stereo.\n"
-                  "The Simple DirectMedia error that occured was:\n"
+                  "The Simple DirectMedia error that occurred was:\n"
                   "%s\n\n", SDL_GetError());
           use_sound = 0;
         }
@@ -2901,7 +2901,7 @@ void setup(void)
           fprintf(stderr,
                   "\nWarning: I could not set up fullscreen video for "
                   "640x480 mode.\n"
-                  "The Simple DirectMedia error that occured was:\n"
+                  "The Simple DirectMedia error that occurred was:\n"
                   "%s\n\n", SDL_GetError());
           use_fullscreen = 0;
         }
@@ -2915,7 +2915,7 @@ void setup(void)
         {
           fprintf(stderr,
                   "\nError: I could not set up video for 640x480 mode.\n"
-                  "The Simple DirectMedia error that occured was:\n"
+                  "The Simple DirectMedia error that occurred was:\n"
                   "%s\n\n", SDL_GetError());
           exit(1);
         }
@@ -2945,7 +2945,7 @@ void setup(void)
           fprintf(stderr,
                   "\nError: I couldn't load a graphics file:\n"
                   "%s\n"
-                  "The Simple DirectMedia error that occured was:\n"
+                  "The Simple DirectMedia error that occurred was:\n"
                   "%s\n\n", image_names[i], SDL_GetError());
           exit(1);
         }
@@ -2960,7 +2960,7 @@ void setup(void)
           fprintf(stderr,
                   "\nError: I could not set the color key for the file:\n"
                   "%s\n"
-                  "The Simple DirectMedia error that occured was:\n"
+                  "The Simple DirectMedia error that occurred was:\n"
                   "%s\n\n", image_names[i], SDL_GetError());
           exit(1);
         }
@@ -2971,7 +2971,7 @@ void setup(void)
           fprintf(stderr,
                   "\nError: I couldn't convert a file to the display format:\n"
                   "%s\n"
-                  "The Simple DirectMedia error that occured was:\n"
+                  "The Simple DirectMedia error that occurred was:\n"
                   "%s\n\n", image_names[i], SDL_GetError());
           exit(1);
         }
@@ -3008,7 +3008,7 @@ void setup(void)
               fprintf(stderr,
                       "\nError: I could not load the sound file:\n"
                       "%s\n"
-                      "The Simple DirectMedia error that occured was:\n"
+                      "The Simple DirectMedia error that occurred was:\n"
                       "%s\n\n", sound_names[i], SDL_GetError());
               exit(1);
             }
@@ -3025,7 +3025,7 @@ void setup(void)
 	  fprintf(stderr,
 		  "\nError: I could not load the music file:\n"
 		  "%s\n"
-		  "The Simple DirectMedia error that occured was:\n"
+		  "The Simple DirectMedia error that occurred was:\n"
 		  "%s\n\n", MUS_TITLE, SDL_GetError());
 	  exit(1);
 	}
@@ -3038,7 +3038,7 @@ void setup(void)
 	  fprintf(stderr,
 		  "\nError: I could not load the music file:\n"
 		  "%s\n"
-		  "The Simple DirectMedia error that occured was:\n"
+		  "The Simple DirectMedia error that occurred was:\n"
 		  "%s\n\n", MUS_GAME, SDL_GetError());
 	  exit(1);
 	}
@@ -3051,7 +3051,7 @@ void setup(void)
 	  fprintf(stderr,
 		  "\nError: I could not load the music file:\n"
 		  "%s\n"
-		  "The Simple DirectMedia error that occured was:\n"
+		  "The Simple DirectMedia error that occurred was:\n"
 		  "%s\n\n", MUS_GAMEOVER, SDL_GetError());
 	  exit(1);
 	}
@@ -3064,7 +3064,7 @@ void setup(void)
 	  fprintf(stderr,
 		  "\nError: I could not load the music file:\n"
 		  "%s\n"
-		  "The Simple DirectMedia error that occured was:\n"
+		  "The Simple DirectMedia error that occurred was:\n"
 		  "%s\n\n", MUS_HISCORE, SDL_GetError());
 	  exit(1);
 	}
@@ -3077,7 +3077,7 @@ void setup(void)
 	  fprintf(stderr,
 		  "\nError: I could not load the music file:\n"
 		  "%s\n"
-		  "The Simple DirectMedia error that occured was:\n"
+		  "The Simple DirectMedia error that occurred was:\n"
 		  "%s\n\n", MUS_HISCORESCREEN, SDL_GetError());
 	  exit(1);
 	}
@@ -3433,7 +3433,7 @@ void seticon(void)
     {
       fprintf(stderr,
               "\nError: I could not load the icon image: %s\n"
-              "The Simple DirectMedia error that occured was:\n"
+              "The Simple DirectMedia error that occurred was:\n"
               "%s\n\n", DATA_PREFIX "images/icon.png", SDL_GetError());
       exit(1);
     }
@@ -3512,7 +3512,7 @@ FILE * open_score_file(char * mode)
         fprintf(stderr, "for write:");
 
      fprintf(stderr, "\n%s\n"
-              "The error that occured was:\n"
+              "The error that occurred was:\n"
               "%s\n\n","/var/games/circuslinux/scorefile" , strerror(errno));
     }
 
@@ -3595,7 +3595,7 @@ FILE * open_option_file(char * mode)
         fprintf(stderr, "for write:");
       
      fprintf(stderr, "\n%s\n"
-              "The error that occured was:\n"
+              "The error that occurred was:\n"
               "%s\n\n", filename, strerror(errno));
     }
 
