summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/OVERVIEW2
-rw-r--r--usr.bin/ssh/README2
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