From 6681d032312b0ec2c25f8393435d8e976c3d1744 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Wed, 19 May 2010 16:59:45 +0000 Subject: typo correction in comments. no code change. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2388 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg/error.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ffmpeg/error.pas') diff --git a/src/lib/ffmpeg/error.pas b/src/lib/ffmpeg/error.pas index 56671c8c..95cecd0f 100644 --- a/src/lib/ffmpeg/error.pas +++ b/src/lib/ffmpeg/error.pas @@ -55,7 +55,7 @@ const (** * We need the sign of the error, because some platforms have * E* and errno already negated. The previous version failed - * with Delphi, because it needs EINVAL defined. + * with Delphi, because it needed EINVAL defined. * Warning: This code is platform dependent and assumes constants * to be 32 bit. * This version does the following steps: -- cgit v1.2.3