- stevesk@cvs.openbsd.org 2002/05/29 03:06:30
     [ssh.1 sshd.8]
     spelling
diff --git a/ChangeLog b/ChangeLog
index 995f95f..9bc1e3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,9 @@
    - stevesk@cvs.openbsd.org 2002/05/28 21:24:00
      [uidswap.c]
      use correct function name in fatal()
+   - stevesk@cvs.openbsd.org 2002/05/29 03:06:30
+     [ssh.1 sshd.8]
+     spelling
 
 20020604
  - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
@@ -731,4 +734,4 @@
  - (stevesk) entropy.c: typo in debug message
  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
 
-$Id: ChangeLog,v 1.2158 2002/06/06 20:44:06 mouring Exp $
+$Id: ChangeLog,v 1.2159 2002/06/06 20:45:33 mouring Exp $
diff --git a/ssh.1 b/ssh.1
index f37e0a6..78c2622 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: ssh.1,v 1.152 2002/05/26 20:35:10 stevesk Exp $
+.\" $OpenBSD: ssh.1,v 1.153 2002/05/29 03:06:30 stevesk Exp $
 .Dd September 25, 1999
 .Dt SSH 1
 .Os
@@ -884,7 +884,7 @@
 forwarded ports.
 By default,
 .Nm
-binds local port forwardings to the loopback addresss.  This
+binds local port forwardings to the loopback address.  This
 prevents other remote hosts from connecting to forwarded ports.
 .Cm GatewayPorts
 can be used to specify that
diff --git a/sshd.8 b/sshd.8
index 114abd8..aae973c 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd.8,v 1.182 2002/05/15 21:56:38 markus Exp $
+.\" $OpenBSD: sshd.8,v 1.183 2002/05/29 03:06:30 stevesk Exp $
 .Dd September 25, 1999
 .Dt SSHD 8
 .Os
@@ -471,7 +471,7 @@
 forwarded for the client.
 By default,
 .Nm
-binds remote port forwardings to the loopback addresss.  This
+binds remote port forwardings to the loopback address.  This
 prevents other remote hosts from connecting to forwarded ports.
 .Cm GatewayPorts
 can be used to specify that