summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/usage.xml
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-26 14:58:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-26 14:58:17 +0000
commitff8adff9947e42738803cb8404a32673085a43ba (patch)
treee6a67aee377a6a9171e4f6499d2f4d9cee5cf9b7 /DOCS/xml/en/usage.xml
parentffb529e4eb2a94c761b711a572c923857e6bb233 (diff)
downloadmpv-ff8adff9947e42738803cb8404a32673085a43ba.tar.bz2
mpv-ff8adff9947e42738803cb8404a32673085a43ba.tar.xz
spelling fixes, mostly by <ismail.donmez@boun.edu.tr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11272 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/usage.xml')
-rw-r--r--DOCS/xml/en/usage.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml
index e88815ab6b..38f4c0299b 100644
--- a/DOCS/xml/en/usage.xml
+++ b/DOCS/xml/en/usage.xml
@@ -435,9 +435,9 @@ Remote streams allow you to access most <application>MPlayer</application>
stream type from a remote host. The main purpose of this feature is to make
it possible to directly use the CD or DVD drive of another computer on the
network (provided you have the required bandwidth). On the downside some
-stream type (currently TV and MF) are not useable remotely because they are
+stream type (currently TV and MF) are not usable remotely because they are
implemented at the demuxer level. It's sad for MF but TV stream would anyway
-require an insane amount of bandwith.
+require an insane amount of bandwidth.
</para>
<sect2 id="compile_mpst_server">
@@ -466,14 +466,14 @@ You can also access files on this server :
<screen>
mplayer -cache 5000 mpst://servername//usr/local/movies/lol.avi
</screen>
-Note that paths wich aren't starting with a / will be relative to
+Note that paths which aren't starting with a / will be relative to
the directory where the server is running. The <option>-cache</option> option is not
needed but highly recommended.
</para>
<para>
Be aware that currently the server is not secure at all. So don't complain
-about the numerous exploits wich are possible through this. Instead send
+about the numerous exploits which are possible through this. Instead send
some (good) patch to make it better or start writing your own server.
</para>