aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg/error.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg/error.pas')
-rw-r--r--src/lib/ffmpeg/error.pas2
1 files changed, 1 insertions, 1 deletions
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: