diff options
author | eadler <eadler@FreeBSD.org> | 2015-10-21 05:37:09 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2015-10-21 05:37:09 +0000 |
commit | 21a3003f8f5c49c0acbcb49462e5b221076076d0 (patch) | |
tree | 1149682a8773189b3c623000a582961e7e382c47 /usr.sbin/ctld/ctld.c | |
parent | 1cbd99f727ea8d812f6573b02f6255424be40284 (diff) | |
download | FreeBSD-src-21a3003f8f5c49c0acbcb49462e5b221076076d0.zip FreeBSD-src-21a3003f8f5c49c0acbcb49462e5b221076076d0.tar.gz |
Fix a ton of speelling errors
arc lint is helpful
Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com
Differential Revision: https://reviews.freebsd.org/D3337
Diffstat (limited to 'usr.sbin/ctld/ctld.c')
-rw-r--r-- | usr.sbin/ctld/ctld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ctld/ctld.c b/usr.sbin/ctld/ctld.c index 4813ae0..2551b37 100644 --- a/usr.sbin/ctld/ctld.c +++ b/usr.sbin/ctld/ctld.c @@ -2028,7 +2028,7 @@ conf_apply(struct conf *oldconf, struct conf *newconf) } /* - * Go through the new portals, opening the sockets as neccessary. + * Go through the new portals, opening the sockets as necessary. */ TAILQ_FOREACH(newpg, &newconf->conf_portal_groups, pg_next) { if (newpg->pg_foreign) |