summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-14 02:21:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-14 02:21:56 +0000
commita00263cc4eea92f5846c9652286643c6a9842518 (patch)
tree32b141dfe484b6709feb46469418da39884ed587 /DOCS
parent90fb176fbe7fe0bd57f8e9b2b779dfce52bb8b2d (diff)
downloadmpv-a00263cc4eea92f5846c9652286643c6a9842518.tar.bz2
mpv-a00263cc4eea92f5846c9652286643c6a9842518.tar.xz
Stray duplicated line spotted by Torinthiel plus a typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11107 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/audio.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/xml/en/audio.xml b/DOCS/xml/en/audio.xml
index a6e9e1c8e5..3b93883cf4 100644
--- a/DOCS/xml/en/audio.xml
+++ b/DOCS/xml/en/audio.xml
@@ -684,9 +684,8 @@ Subtract the distances s1 to s5 from the maximum distance i.e.
s[i] = max(s) - s[i]; i = 1...5
</para></listitem>
<listitem><para>
-Calculated the required delays in ms as
+Calculate the required delays in ms as
d[i] = 1000*s[i]/342; i = 1...5
- s[i] = max(s) - s[i]; i = 1...5
</para></listitem>
</orderedlist>