Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-barratt.org.uk>.
This commit is contained in:
parent
8e7470a31a
commit
c366502ec1
|
@ -23,7 +23,7 @@ build: po4a.cfg
|
||||||
@if [ ! -x "$$(which po4a 2>/dev/null)" ]; \
|
@if [ ! -x "$$(which po4a 2>/dev/null)" ]; \
|
||||||
then \
|
then \
|
||||||
echo "E: po4a - command not found"; \
|
echo "E: po4a - command not found"; \
|
||||||
echo "I: po4a can be optained from http://po4a.alioth.debian.org/"; \
|
echo "I: po4a can be obtained from http://po4a.alioth.debian.org/"; \
|
||||||
echo "I: On Debian based systems, po4a can be installed with 'apt-get install po4a'."; \
|
echo "I: On Debian based systems, po4a can be installed with 'apt-get install po4a'."; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -32,8 +32,8 @@ fi
|
||||||
if [ ! -x "$(which cdebootstrap 2>/dev/null)" ]
|
if [ ! -x "$(which cdebootstrap 2>/dev/null)" ]
|
||||||
then
|
then
|
||||||
echo "E: cdebootstrap - command not found"
|
echo "E: cdebootstrap - command not found"
|
||||||
echo "I: cdebootstrap can be optained from http://ftp.debian.org/debian/pool/main/d/cdebootstrap/"
|
echo "I: cdebootstrap can be obtained from http://ftp.debian.org/debian/pool/main/d/cdebootstrap/"
|
||||||
echo "I: On Debian based systems, cdebootstrap can be installed with 'apt-get install debootstrap'."
|
echo "I: On Debian based systems, cdebootstrap can be installed with 'apt-get install cdebootstrap'."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ fi
|
||||||
if [ ! -x "$(which debootstrap 2>/dev/null)" ]
|
if [ ! -x "$(which debootstrap 2>/dev/null)" ]
|
||||||
then
|
then
|
||||||
echo "E: debootstrap - command not found"
|
echo "E: debootstrap - command not found"
|
||||||
echo "I: debootstrap can be optained from http://ftp.debian.org/debian/pool/main/d/debootstrap/"
|
echo "I: debootstrap can be obtained from http://ftp.debian.org/debian/pool/main/d/debootstrap/"
|
||||||
echo "I: On Debian based systems, debootstrap can be installed with 'apt-get install debootstrap'."
|
echo "I: On Debian based systems, debootstrap can be installed with 'apt-get install debootstrap'."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue