From d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8 Mon Sep 17 00:00:00 2001 From: schweikh Date: Wed, 1 Jan 2003 18:49:04 +0000 Subject: Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, especially in troff files. --- lib/libalias/alias_nbt.c | 2 +- lib/libalias/alias_proxy.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libalias') diff --git a/lib/libalias/alias_nbt.c b/lib/libalias/alias_nbt.c index 4bc41bc..508bf51 100644 --- a/lib/libalias/alias_nbt.c +++ b/lib/libalias/alias_nbt.c @@ -239,7 +239,7 @@ int AliasHandleUdpNbt( #ifdef DEBUG printf("%s:%d-->", inet_ntoa(ndh->source_ip), ntohs(ndh->source_port) ); #endif - /* Doing a IP address and Port number Translation */ + /* Doing an IP address and Port number Translation */ if ( uh->uh_sum != 0 ) { int acc; u_short *sptr; diff --git a/lib/libalias/alias_proxy.c b/lib/libalias/alias_proxy.c index 6c95ea9..b9a9798 100644 --- a/lib/libalias/alias_proxy.c +++ b/lib/libalias/alias_proxy.c @@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$"); modified. In certain cases, it is necessary to somehow encode the original address/port info into the packet. Two methods are presently supported: addition of a [DEST addr port] string at the - beginning a of tcp stream, or inclusion of an optional field + beginning of a tcp stream, or inclusion of an optional field in the IP header. There is one public API function: -- cgit v1.1