From 21a3003f8f5c49c0acbcb49462e5b221076076d0 Mon Sep 17 00:00:00 2001 From: eadler Date: Wed, 21 Oct 2015 05:37:09 +0000 Subject: 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 --- sbin/natd/natd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/natd') diff --git a/sbin/natd/natd.c b/sbin/natd/natd.c index 4d9061d..894e824 100644 --- a/sbin/natd/natd.c +++ b/sbin/natd/natd.c @@ -223,7 +223,7 @@ int main (int argc, char** argv) /* * Create divert sockets. Use only one socket if -p was specified * on command line. Otherwise, create separate sockets for - * outgoing and incoming connnections. + * outgoing and incoming connections. */ if (mip->inOutPort) { -- cgit v1.1