summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/general.txt
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-22 00:18:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-22 00:18:10 +0000
commit8ed3ba4995bd4d0e640ceec3f4524060d483be80 (patch)
treef6a086ffee6262b0462fe274453503b38151ff8c /DOCS/tech/general.txt
parent3c0c8686fdff3b33487154bb31c8726961a112d8 (diff)
downloadmpv-8ed3ba4995bd4d0e640ceec3f4524060d483be80.tar.bz2
mpv-8ed3ba4995bd4d0e640ceec3f4524060d483be80.tar.xz
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22307 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/general.txt')
-rw-r--r--DOCS/tech/general.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/general.txt b/DOCS/tech/general.txt
index b1af99ecea..7e5667a4cd 100644
--- a/DOCS/tech/general.txt
+++ b/DOCS/tech/general.txt
@@ -81,7 +81,7 @@ The main modules:
Then it calculates duration, either from fixed FPS value, or from the
PTS difference between and after reading the frame.
-2.e. other utility functions: there are some usefull code there, like
+2.e. other utility functions: there are some useful code there, like
AVI muxer, or mp3 header parser, but leave them for now.
So everything is ok 'till now. It can be found in libmpdemux/ library.