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 | |
parent | 352034d0e7596f5f8516e2e1c106775372f16180 (diff) |
typo fixed (overriden -> overridden)
ok espie, jmc
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/var.c | 4 | ||||
-rw-r--r-- | usr.bin/rcs/rcsprog.c | 6 | ||||
-rw-r--r-- | usr.bin/ssh/session.c | 4 | ||||
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 | ||||
-rw-r--r-- | usr.bin/tip/acu.c | 6 |
5 files changed, 13 insertions, 13 deletions
diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index d31a34d492a..4e29d9ecfdb 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: var.c,v 1.83 2007/11/17 16:39:45 espie Exp $ */ +/* $OpenBSD: var.c,v 1.84 2008/11/09 12:34:47 tobias Exp $ */ /* $NetBSD: var.c,v 1.18 1997/03/18 19:24:46 christos Exp $ */ /* @@ -639,7 +639,7 @@ var_set_append(const char *name, const char *ename, const char *val, int ctxt, if (DEBUG(VAR)) printf("global:%s = %s\n", v->name, var_get_value(v)); } else if (DEBUG(VAR)) - printf("overriden:%s = %s\n", v->name, var_get_value(v)); + printf("overridden:%s = %s\n", v->name, var_get_value(v)); } void diff --git a/usr.bin/rcs/rcsprog.c b/usr.bin/rcs/rcsprog.c index 848f41fdb87..3a1bae11d03 100644 --- a/usr.bin/rcs/rcsprog.c +++ b/usr.bin/rcs/rcsprog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.c,v 1.145 2008/07/08 12:25:47 joris Exp $ */ +/* $OpenBSD: rcsprog.c,v 1.146 2008/11/09 12:34:47 tobias Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -229,7 +229,7 @@ rcs_main(int argc, char **argv) break; case 'L': if (lkmode == RCS_LOCK_LOOSE) - warnx("-U overriden by -L"); + warnx("-U overridden by -L"); lkmode = RCS_LOCK_STRICT; break; case 'l': @@ -267,7 +267,7 @@ rcs_main(int argc, char **argv) break; case 'U': if (lkmode == RCS_LOCK_STRICT) - warnx("-L overriden by -U"); + warnx("-L overridden by -U"); lkmode = RCS_LOCK_LOOSE; break; case 'u': 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 , diff --git a/usr.bin/tip/acu.c b/usr.bin/tip/acu.c index b8e3858484c..896bde2b54c 100644 --- a/usr.bin/tip/acu.c +++ b/usr.bin/tip/acu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acu.c,v 1.15 2007/05/15 19:42:05 moritz Exp $ */ +/* $OpenBSD: acu.c,v 1.16 2008/11/09 12:34:47 tobias Exp $ */ /* $NetBSD: acu.c,v 1.4 1996/12/29 10:34:03 cgd Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)acu.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = "$OpenBSD: acu.c,v 1.15 2007/05/15 19:42:05 moritz Exp $"; +static const char rcsid[] = "$OpenBSD: acu.c,v 1.16 2008/11/09 12:34:47 tobias Exp $"; #endif /* not lint */ #include "tip.h" @@ -51,7 +51,7 @@ static jmp_buf jmpbuf; * The phone numbers are in PN, and the call unit is in CU. * * If the PN is an '@', then we consult the PHONES file for - * the phone numbers. This file is /etc/phones, unless overriden + * the phone numbers. This file is /etc/phones, unless overridden * by an exported shell variable. * * The data base files must be in the format: |