fix spelling errors, From: FreeBSD
authorbrad <brad@openbsd.org>
Fri, 24 Mar 2000 03:04:46 +0000 (03:04 +0000)
committerbrad <brad@openbsd.org>
Fri, 24 Mar 2000 03:04:46 +0000 (03:04 +0000)
usr.bin/ssh/ssh.1
usr.bin/ssh/sshd.8

index 5800fb1..b2bd31c 100644 (file)
@@ -9,7 +9,7 @@
 .\"
 .\" Created: Sat Apr 22 21:55:14 1995 ylo
 .\"
-.\" $Id: ssh.1,v 1.42 2000/03/23 21:39:55 aaron Exp $
+.\" $Id: ssh.1,v 1.43 2000/03/24 03:04:46 brad Exp $
 .\"
 .Dd September 25, 1999
 .Dt SSH 1
@@ -390,7 +390,7 @@ Causes all warning and diagnostic messages to be suppressed.
 Only fatal errors are displayed.
 .It Fl t
 Force pseudo-tty allocation.
-This can be used to execute arbitary
+This can be used to execute arbitrary
 screen-based programs on a remote machine, which can be very useful,
 e.g., when implementing menu services.
 .It Fl v
index 0ae2b3e..24b1a35 100644 (file)
@@ -9,7 +9,7 @@
 .\"
 .\" Created: Sat Apr 22 21:55:14 1995 ylo
 .\"
-.\" $Id: sshd.8,v 1.36 2000/03/23 21:10:10 aaron Exp $
+.\" $Id: sshd.8,v 1.37 2000/03/24 03:04:46 brad Exp $
 .\"
 .Dd September 25, 1999
 .Dt SSHD 8
@@ -638,7 +638,7 @@ and
 .Pa $HOME/.ssh/known_hosts
 files contain host public keys for all known hosts.
 The global file should
-be prepared by the admistrator (optional), and the per-user file is
+be prepared by the administrator (optional), and the per-user file is
 maintained automatically: whenever the user connects an unknown host
 its key is added to the per-user file.
 .Pp