Index: bumprace-1.5.4/README
===================================================================
--- bumprace-1.5.4.orig/README
+++ bumprace-1.5.4/README
@@ -36,7 +36,7 @@ Last Racer:  press control to stick to w
 "--notfinal"     "-n"      no title screen (nice for developers)
 "--noparticles"  "-t"      turns off particles. good for slow computers.
 "--pageflip"     "-p"      flicker-free fullscreen, slow and extremly buggy
-"--precision [value]"      sets the precison of the collisions (default=10) 
+"--precision [value]"      sets the precision of the collisions (default=10) 
                            using this is not recommended
 
 ---------------------------------< LICENSE >------------------------------------
Index: bumprace-1.5.4/src/bumprace.c
===================================================================
--- bumprace-1.5.4.orig/src/bumprace.c
+++ bumprace-1.5.4/src/bumprace.c
@@ -887,7 +887,7 @@ void TextHelp(char *argv[])
     puts("  [-n,| --notfinal]           no title screen (nice for developers)");
     puts("  [-t,| --noparticles]        turns of particles. good for slow computers.");
     puts("  [-o,| --nofadeout]          no fadeout after crash (for slow computers)");
-    puts("  [     --precision]        	sets the precison of the collisions (default=10)");
+    puts("  [     --precision]        	sets the precision of the collisions (default=10)");
     puts("  [-h,| --help]               this text\n");
     
     exit(0);
Index: bumprace-1.5.4/src/options.c
===================================================================
--- bumprace-1.5.4.orig/src/options.c
+++ bumprace-1.5.4/src/options.c
@@ -26,7 +26,7 @@ FILE *OpenOptionsFile( 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));
     }
     
