aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2004-09-24 11:04:27 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2004-09-24 11:04:27 +0000
commit2e1114f05485eaf910803b05746a81cb4404846c (patch)
tree005472daa36e8b892a0fedd2ee27debd14f13b06 /etc
parent12f5309d62bd687c5849e91494176209e81d66f2 (diff)
downloadsrc-2e1114f05485eaf910803b05746a81cb4404846c.tar.gz
src-2e1114f05485eaf910803b05746a81cb4404846c.zip
Fix a comment typo: s/neccessary/necessary/
Notes
Notes: svn path=/head/; revision=135730
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/named2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/named b/etc/rc.d/named
index a376b7adee9b..60cd16809d44 100755
--- a/etc/rc.d/named
+++ b/etc/rc.d/named
@@ -29,7 +29,7 @@ extra_commands="reload"
#
chroot_autoupdate()
{
- # Copy devices if neccessary. Preserve everything (perms,
+ # Copy devices if necessary. Preserve everything (perms,
# ownership, mod times).
#
if [ ! -c "${named_chrootdir}/dev/null" ]; then