summaryrefslogtreecommitdiff
path: root/usr.bin/mkdep
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-01-06 20:30:28 +0000
committerwiz <wiz@NetBSD.org>2003-01-06 20:30:28 +0000
commit1035faff1d69d2b2b87d1edb2ef3c0b0be73af7a (patch)
tree4bb2a96f03fc8e94de278ea70f7bc8d246d7e9b5 /usr.bin/mkdep
parenteca381fce47f9f7c9e56dd33f06c3deea8ea319a (diff)
writable, not writeable.
Diffstat (limited to 'usr.bin/mkdep')
-rw-r--r--usr.bin/mkdep/mkdep.append4
-rw-r--r--usr.bin/mkdep/mkdep.old.compiler4
-rw-r--r--usr.bin/mkdep/mkdep.ultrix4
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/mkdep/mkdep.append b/usr.bin/mkdep/mkdep.append
index ba8085c9582..56d6a451429 100644
--- a/usr.bin/mkdep/mkdep.append
+++ b/usr.bin/mkdep/mkdep.append
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: mkdep.append,v 1.3 1998/03/31 04:25:30 perry Exp $
+# $NetBSD: mkdep.append,v 1.4 2003/01/06 20:30:40 wiz Exp $
#
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
@@ -64,7 +64,7 @@ if [ $# = 0 ] ; then
fi
if [ ! -w $MAKE ]; then
- echo "mkdep: no writeable file \"$MAKE\""
+ echo "mkdep: no writable file \"$MAKE\""
exit 1
fi
diff --git a/usr.bin/mkdep/mkdep.old.compiler b/usr.bin/mkdep/mkdep.old.compiler
index ba0818cf411..a66db015542 100644
--- a/usr.bin/mkdep/mkdep.old.compiler
+++ b/usr.bin/mkdep/mkdep.old.compiler
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: mkdep.old.compiler,v 1.3 1998/03/31 04:25:30 perry Exp $
+# $NetBSD: mkdep.old.compiler,v 1.4 2003/01/06 20:30:40 wiz Exp $
#
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
@@ -67,7 +67,7 @@ if [ $# = 0 ] ; then
fi
if [ ! -w $MAKE ]; then
- echo "mkdep: no writeable file \"$MAKE\""
+ echo "mkdep: no writable file \"$MAKE\""
exit 1
fi
diff --git a/usr.bin/mkdep/mkdep.ultrix b/usr.bin/mkdep/mkdep.ultrix
index cb4a6225ce7..bf0d6ea557c 100644
--- a/usr.bin/mkdep/mkdep.ultrix
+++ b/usr.bin/mkdep/mkdep.ultrix
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: mkdep.ultrix,v 1.2 1994/12/23 07:35:04 jtc Exp $
+# $NetBSD: mkdep.ultrix,v 1.3 2003/01/06 20:30:40 wiz Exp $
#
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
@@ -64,7 +64,7 @@ if [ $# = 0 ] ; then
fi
if [ ! -w $MAKE ]; then
- echo "mkdep: no writeable file \"$MAKE\""
+ echo "mkdep: no writable file \"$MAKE\""
exit 1
fi