summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTim van der Molen <tim@cvs.openbsd.org>2015-11-10 20:34:59 +0000
committerTim van der Molen <tim@cvs.openbsd.org>2015-11-10 20:34:59 +0000
commit607d75aab567b945c7e90e1aab1b8bf5c929d756 (patch)
tree70377dde0800f306a28156ab559a2d33a73935a2 /etc
parentc5fb445e6887da6bb527f95489769a6b57d6d16c (diff)
Fix typos in comments
Diffstat (limited to 'etc')
-rw-r--r--etc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index d5daa54affc..d6ba3237e9d 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.468 2015/11/01 14:32:51 rpe Exp $
+# $OpenBSD: rc,v 1.469 2015/11/10 20:34:58 tim Exp $
# System startup script run by init on autoboot or after single-user.
# Output and error are redirected to console by init, and the console is the
@@ -129,7 +129,7 @@ start_daemon() {
done
}
-# Generate keys for isakmpd, iked and sshd if the don't exist yet.
+# Generate keys for isakmpd, iked and sshd if they don't exist yet.
make_keys() {
local _isakmpd_key=/etc/isakmpd/private/local.key
local _isakmpd_pub=/etc/isakmpd/local.pub
@@ -218,7 +218,7 @@ if [[ $1 == shutdown ]]; then
echo warning: cannot write random seed to disk
fi
- # If we are in secure level 0, asume single user mode.
+ # If we are in secure level 0, assume single user mode.
if (($(sysctl -n kern.securelevel) == 0)); then
echo 'single user: not running shutdown scripts'
else