diff options
author | William Hubbs <williamh@gentoo.org> | 2011-03-03 15:06:39 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-03-03 15:06:39 -0600 |
commit | 202fa20cbca2895f29f533e7b908544bcc0248f3 (patch) | |
tree | 5fa836f94a19db52ccdf9d9ce70486bc06163240 /etc/rc.conf.in | |
parent | dfd42d139357b23fb7629bea3bc39918a660cd4c (diff) |
fix typo
Diffstat (limited to 'etc/rc.conf.in')
-rw-r--r-- | etc/rc.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 3c1210be..6b142981 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 |