diff input/input.h @ 11678:972d1998bde9

occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
author diego
date Wed, 24 Dec 2003 22:00:51 +0000
parents 85e503ddf65f
children 96b807836eca
line wrap: on
line diff
--- a/input/input.h	Tue Dec 23 22:47:11 2003 +0000
+++ b/input/input.h	Wed Dec 24 22:00:51 2003 +0000
@@ -96,9 +96,9 @@
 
 // Error codes for the drivers
 
-// An error occured but we can continue
+// An error occurred but we can continue
 #define MP_INPUT_ERROR -1
-// A fatal error occured, this driver should be removed
+// A fatal error occurred, this driver should be removed
 #define MP_INPUT_DEAD -2
 // No input was available
 #define MP_INPUT_NOTHING -3