aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-19 16:59:45 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-19 16:59:45 +0000
commit6681d032312b0ec2c25f8393435d8e976c3d1744 (patch)
tree45d70301a0b96b075c5fd87755c8b52744cf79cf
parenteab3c9bdc64cfb02cb1197fec7ee8919a08fea00 (diff)
downloadusdx-6681d032312b0ec2c25f8393435d8e976c3d1744.tar.gz
usdx-6681d032312b0ec2c25f8393435d8e976c3d1744.tar.xz
usdx-6681d032312b0ec2c25f8393435d8e976c3d1744.zip
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
-rw-r--r--src/lib/ffmpeg/avcodec.pas4
-rw-r--r--src/lib/ffmpeg/error.pas2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ffmpeg/avcodec.pas b/src/lib/ffmpeg/avcodec.pas
index ab146964..b5e2776a 100644
--- a/src/lib/ffmpeg/avcodec.pas
+++ b/src/lib/ffmpeg/avcodec.pas
@@ -4694,9 +4694,9 @@ const
{$ENDIF}
(**
- * We need the sign of of the error, because some platforms have
+ * 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:
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: