summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-24 22:00:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-24 22:00:51 +0000
commit6445f83deb596e3f72e03582285a5f180a26a446 (patch)
tree3c7af2a62f9a2bf9222e69b9cd6686a8c8409ba2 /input
parentc592535102c0cc2bb3f796bbb83273dda88fc254 (diff)
downloadmpv-6445f83deb596e3f72e03582285a5f180a26a446.tar.bz2
mpv-6445f83deb596e3f72e03582285a5f180a26a446.tar.xz
occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11679 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-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