diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-11-20 10:42:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-11-20 10:42:36 +0000 |
commit | 5c49efebb293cf607c240efa71357e01440f9384 (patch) | |
tree | 0fa8c4c95a4155d7eefdbd2279db2a81bfefa48e | |
parent | 178285000d905ce59cdd7cfb810b3c4c433c63b1 (diff) |
typos; green@freebsd
-rw-r--r-- | usr.bin/ssh/OVERVIEW | 2 | ||||
-rw-r--r-- | usr.bin/ssh/README | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/OVERVIEW b/usr.bin/ssh/OVERVIEW index a8b67e4e27a..7f34ac45bdf 100644 --- a/usr.bin/ssh/OVERVIEW +++ b/usr.bin/ssh/OVERVIEW @@ -1,4 +1,4 @@ -This document is inteded for those who wish to read the ssh source +This document is intended for those who wish to read the ssh source code. This tries to give an overview of the structure of the code. Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi> diff --git a/usr.bin/ssh/README b/usr.bin/ssh/README index ed360844185..04c733c8ac6 100644 --- a/usr.bin/ssh/README +++ b/usr.bin/ssh/README @@ -1,7 +1,7 @@ Ssh (Secure Shell) is a program to log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It provides strong authentication and -secure communications over insecure channels. It is inteded as a +secure communications over insecure channels. It is intended as a replacement for rlogin, rsh, rcp, and rdist. See the file INSTALL for installation instructions. See COPYING for |