diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-11-09 12:34:48 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-11-09 12:34:48 +0000 |
commit | be7cd0fdfd40b4f306a204fdbb31aa7cdd7efec5 (patch) | |
tree | 4fe9d2f1e49c671b752057aab4fa2bc1244686ca /usr.bin/ssh | |
parent | 352034d0e7596f5f8516e2e1c106775372f16180 (diff) |
typo fixed (overriden -> overridden)
ok espie, jmc
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/session.c | 4 | ||||
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ssh/session.c b/usr.bin/ssh/session.c index 893c643ba8c..b5d36435bbb 100644 --- a/usr.bin/ssh/session.c +++ b/usr.bin/ssh/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.243 2008/10/02 14:39:35 millert Exp $ */ +/* $OpenBSD: session.c,v 1.244 2008/11/09 12:34:47 tobias Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved @@ -827,7 +827,7 @@ check_quietlogin(Session *s, const char *command) /* * Sets the value of the given variable in the environment. If the variable - * already exists, its value is overriden. + * already exists, its value is overridden. */ void child_set_env(char ***envp, u_int *envsizep, const char *name, diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 5f55dfe9de8..b66a1c34201 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,8 +34,8 @@ .\" (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.279 2008/11/05 03:23:09 stevesk Exp $ -.Dd $Mdocdate: November 5 2008 $ +.\" $OpenBSD: ssh.1,v 1.280 2008/11/09 12:34:47 tobias Exp $ +.Dd $Mdocdate: November 9 2008 $ .Dt SSH 1 .Os .Sh NAME @@ -550,7 +550,7 @@ using an alternative syntax: .Pp By default, the listening socket on the server will be bound to the loopback interface only. -This may be overriden by specifying a +This may be overridden by specifying a .Ar bind_address . An empty .Ar bind_address , |