From d9526386990bccd61d8773e993e47fceb55b0174 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 22 Mar 2008 01:06:57 +0000 Subject: typo: occured --> occurred Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk --- cmdutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmdutils.c') diff --git a/cmdutils.c b/cmdutils.c index 292a290750..36508d25b4 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -159,12 +159,12 @@ void print_error(const char *filename, int err) fprintf(stderr, "%s: Unknown format\n", filename); break; case AVERROR(EIO): - fprintf(stderr, "%s: I/O error occured\n" + fprintf(stderr, "%s: I/O error occurred\n" "Usually that means that input file is truncated and/or corrupted.\n", filename); break; case AVERROR(ENOMEM): - fprintf(stderr, "%s: memory allocation error occured\n", filename); + fprintf(stderr, "%s: memory allocation error occurred\n", filename); break; case AVERROR(ENOENT): fprintf(stderr, "%s: no such file or directory\n", filename); -- cgit v1.2.3