summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/input.h b/input/input.h
index 563f632730..4fcdff1925 100644
--- a/input/input.h
+++ b/input/input.h
@@ -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