]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
fix spelling 'adress' -> 'address' (Closes: #431) (MJ Anthony)
authorHarald Welte <laforge@gnumonks.org>
Sun, 22 Jan 2006 16:02:32 +0000 (16:02 +0000)
committerHarald Welte <laforge@gnumonks.org>
Sun, 22 Jan 2006 16:02:32 +0000 (16:02 +0000)
extensions/libipt_DNAT.man
extensions/libipt_SNAT.man

index 2c518b06c4eea4ffcb5bbc56cfbeff9a8fbb514a..b14c6da39c5ad9105c09e8a099ed471818d35e0d 100644 (file)
@@ -24,7 +24,7 @@ modified.
 In Kernels up to 2.6.10 you can add several --to-destination options.  For
 those kernels, if you specify more than one destination address, either via an
 address range or multiple --to-destination options, a simple round-robin (one
-after another in cycle) load balancing takes place between these adresses.
+after another in cycle) load balancing takes place between these addresses.
 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
 anymore.
 
index a2b0e5c5c2876ec3bf224eb821bf80642b0275ea..2d9427f1c57fb7f48aa5b37940ef947b5e22ecfb 100644 (file)
@@ -23,6 +23,6 @@ will be mapped to ports below 1024, and other ports will be mapped to
 In Kernels up to 2.6.10, you can add several --to-source options.  For those
 kernels, if you specify more than one source address, either via an address
 range or multiple --to-source options, a simple round-robin (one after another
-in cycle) takes place between these adresses.
+in cycle) takes place between these addresses.
 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
 anymore.