summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-03-10 09:01:51 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-03-10 09:01:51 +0100
commiteccff1c003053e051e1e836f2fc1d4e292c94a01 (patch)
tree0514b563eb326c0ddfa3b04e95ce613a7124f317 /rpm
parentd2424aa28e87ed2c757093b62f5d5912c0b20332 (diff)
downloadMPC-eccff1c003053e051e1e836f2fc1d4e292c94a01.tar.gz
Fixed typos
* clone_build_tree.pl: * rpm/buildrpm.sh:
Diffstat (limited to 'rpm')
-rwxr-xr-xrpm/buildrpm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm/buildrpm.sh b/rpm/buildrpm.sh
index a0981005..6df0aae5 100755
--- a/rpm/buildrpm.sh
+++ b/rpm/buildrpm.sh
@@ -70,13 +70,13 @@ FDIR=/usr/lib/MPC
##Check if build and work diretory already exist
if [ -d "$BDIR" -o -f "$BDIR" ]; then
- echo "Necessary directory $BDIR aleady exists."
+ echo "Necessary directory $BDIR already exists."
echo "Exiting."
exit
fi
if [ -d "$WDIR" -o -f "$WDIR" ]; then
- echo "Necessary directory $WDIR aleady exists."
+ echo "Necessary directory $WDIR already exists."
echo "Exiting."
exit
fi