summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-03-03 15:06:39 -0600
committerWilliam Hubbs <williamh@gentoo.org>2011-03-03 15:06:39 -0600
commit202fa20cbca2895f29f533e7b908544bcc0248f3 (patch)
tree5fa836f94a19db52ccdf9d9ce70486bc06163240
parentdfd42d139357b23fb7629bea3bc39918a660cd4c (diff)
downloadopenrc-202fa20cbca2895f29f533e7b908544bcc0248f3.tar.gz
openrc-202fa20cbca2895f29f533e7b908544bcc0248f3.tar.bz2
openrc-202fa20cbca2895f29f533e7b908544bcc0248f3.tar.xz
fix typo
-rw-r--r--etc/rc.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index 3c1210b..6b14298 100644
--- a/etc/rc.conf.in
+++ b/etc/rc.conf.in
@@ -21,7 +21,7 @@
# Linux users could specify /sbin/sulogin
#rc_shell=/bin/sh
-# Do we allow any started service in the runlevel to satisfy the depedency
+# Do we allow any started service in the runlevel to satisfy the dependency
# or do we want all of them regardless of state? For example, if net.eth0
# and net.eth1 are in the default runlevel then with rc_depend_strict="NO"
# both will be started, but services that depend on 'net' will work if either