diff options
author | Daniel Baumann <daniel@debian.org> | 2013-03-01 20:45:12 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:06 +0200 |
commit | c1a7b496bf3f275ee7b419c8ae04d68735c020ee (patch) | |
tree | bd4e1fa18311de2c80bcefaed8e767d6d212f5d9 /manpages | |
parent | 613c5984b6f5e93823deaf4916fcfbcc61ed4abd (diff) | |
download | vyos-live-build-c1a7b496bf3f275ee7b419c8ae04d68735c020ee.tar.gz vyos-live-build-c1a7b496bf3f275ee7b419c8ae04d68735c020ee.zip |
Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-barratt.org.uk>.
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/Makefile b/manpages/Makefile index 35128f166..c31c3fe63 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -23,7 +23,7 @@ build: po4a.cfg @if [ ! -x "$$(which po4a 2>/dev/null)" ]; \ then \ 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'."; \ exit 1; \ fi |