Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-barratt.org.uk>.
authorDaniel Baumann <daniel@debian.org>
Fri, 1 Mar 2013 19:44:41 +0000 (20:44 +0100)
committerDaniel Baumann <mail@daniel-baumann.ch>
Mon, 6 May 2013 11:54:16 +0000 (13:54 +0200)
Makefile
manpages/Makefile
scripts/boot/FIXME

index 9d03254..d083027 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ test:
                echo " done."; \
        else \
                echo "W: checkbashisms - command not found"; \
-               echo "I: checkbashisms can be optained from: "; \
+               echo "I: checkbashisms can be obtained from: "; \
                echo "I:   http://git.debian.org/?p=devscripts/devscripts.git"; \
                echo "I: On Debian based systems, checkbashisms can be installed with:"; \
                echo "I:   apt-get install devscripts"; \
index fd6298f..e488b68 100644 (file)
@@ -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:"; \
+               echo "I: po4a can be obtained from:"; \
                echo "I:   http://po4a.alioth.debian.org/"; \
                echo "I: On Debian based systems, po4a can be installed with:"; \
                echo "I:   apt-get install po4a"; \
index 31876ec..be8bb32 100644 (file)
@@ -8,7 +8,7 @@ Additionally, this will allow us to abstract initramfs-tools
 integration to also support other initrd generators, such as
 dracut.
 
-Unfortunately, from a developers point of view, we could no
+Unfortunately, from a developers point of view, we could not
 finish this in time for wheezy, but we will finish this for
 jessie. Please excuse the sorry state of the 9990-* scripts.
 From a users point of view, it doesn't matter at all though.