summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-09 17:06:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-09 17:06:16 +0000
commitf967934648da54f7314fecf0cca34577d4fefcd1 (patch)
tree914a1a53cc97714413bd924e999d23349ece781d /TOOLS
parentd42fd8b6e663d3ec79caee4425cd0e99bc6a5081 (diff)
downloadmpv-f967934648da54f7314fecf0cca34577d4fefcd1.tar.bz2
mpv-f967934648da54f7314fecf0cca34577d4fefcd1.tar.xz
typo fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15705 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/install-w32codecs.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/TOOLS/install-w32codecs.sh b/TOOLS/install-w32codecs.sh
index 681a7b3d03..89c222c5e8 100755
--- a/TOOLS/install-w32codecs.sh
+++ b/TOOLS/install-w32codecs.sh
@@ -23,7 +23,7 @@ INSTALL () {
if [ -r $filename.list ] ; then
#if we stop the script, we don't want to redownload things
#fixme we should check timestamps
- echo you have already downloaded and installed $filename
+ echo You have already downloaded and installed $filename.
else
wget $url || return 1
case "$filename" in
@@ -48,7 +48,7 @@ INSTALL () {
if [ `whoami` != root ]; then
- echo "You must be a root to start this script. Login As root first!"
+ echo "You must be root to start this script. Login as root first!"
exit 1
else
@@ -73,8 +73,8 @@ case "$1" in
| awk '{print $2}' > $pref
mainurl=`cat $pref `
else
- echo "(If you install 'netselect', it will select the best mirror for you"
- echo " you may wish to stop this script and rerun after installation)"
+ echo "(If you install 'netselect', it will select the best mirror for you."
+ echo " You may wish to stop this script and rerun after installation.)"
sleep 2
fi
fi
@@ -119,7 +119,7 @@ case "$1" in
if [ -r /usr/bin/symlinks ] ; then
symlinks -d .
else
- echo "please install the package 'symlinks' and run 'symlinks -d $codecsdir' "
+ echo "Please install the package 'symlinks' and run 'symlinks -d $codecsdir'."
fi
echo "Uninstalled Succesfully!"