From 6445f83deb596e3f72e03582285a5f180a26a446 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 24 Dec 2003 22:00:51 +0000 Subject: occured --> occurred typo patch by Clinton Roy git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11679 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input/input.h') 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 -- cgit v1.2.3