summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--manpages/Makefile2
-rw-r--r--scripts/boot/FIXME2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9d03254..d083027 100644
--- 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"; \
diff --git a/manpages/Makefile b/manpages/Makefile
index fd6298f..e488b68 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:"; \
+ 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"; \
diff --git a/scripts/boot/FIXME b/scripts/boot/FIXME
index 31876ec..be8bb32 100644
--- a/scripts/boot/FIXME
+++ b/scripts/boot/FIXME
@@ -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.