Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-08-16 18:22:28 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-08-16 18:22:28 +0400
commitcfa8445861e703d8eb5363a2470453b5eba91482 (patch)
tree45ea99488c7456c519a9e9d30cd0ae85b6dd12eb /src
parent73d74d54ef543e2b2e2498177c9681996817c29e (diff)
mpcinfo: fixed typos in mpcinfo.txt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2256 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src')
-rw-r--r--src/apps/mpcinfo/doc/mpcinfo.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/apps/mpcinfo/doc/mpcinfo.txt b/src/apps/mpcinfo/doc/mpcinfo.txt
index 22653f002..10e65beb9 100644
--- a/src/apps/mpcinfo/doc/mpcinfo.txt
+++ b/src/apps/mpcinfo/doc/mpcinfo.txt
@@ -1,7 +1,7 @@
MPCINFO.DLL by Gabest
MPCINFO.TXT by Krofinzki
-The dll file reads information from Media Player Classic. Wich is a great player!
+The dll file reads information from Media Player Classic. Which is a great player!
It can be downloaded from: http://www.gabest.org/mpc.php
This textfile explains how to use mpcinfo.dll with mIRC.
@@ -62,11 +62,10 @@ Add the following in remotes (Alt+R)
alias mplayerc {
if ($dll(mpcinfo.dll,running,) != 2) {
if ($dll(mpcinfo.dll,file,) != $null) { me watches: $nopath($dll(mpcinfo.dll,file,)) ( $+ $dll(mpcinfo.dll,pos,) $+ ) Size: $round($calc($dll(mpcinfo.dll,size,) / 1024 / 1024 ),1) mb }
- else { echo -a *** Couldn't retrive MplayerC information }
+ else { echo -a *** Couldn't retrieve MplayerC information }
halt
}
else { echo -a *** Media Player Classic is not running }
}
-Then type /mplayerc in mIRC (Also make sure your playing something in MPC :p)
-
+Then type /mplayerc in mIRC (make sure you are playing something in MPC :p)