diff options
author | schweikh <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
commit | d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8 (patch) | |
tree | f412dafc7d29429919e8770cdefeb37441fc1299 /lib/libalias | |
parent | 718a7892bc6da2237db71c255051dd54a4e93a92 (diff) | |
download | FreeBSD-src-d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8.zip FreeBSD-src-d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8.tar.gz |
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.
Diffstat (limited to 'lib/libalias')
-rw-r--r-- | lib/libalias/alias_nbt.c | 2 | ||||
-rw-r--r-- | lib/libalias/alias_proxy.c | 2 |
2 files changed, 2 insertions, 2 deletions
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: |