diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2016-01-26 18:35:02 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2016-01-26 18:35:02 +0000 |
commit | 80323664074266de5ae48e38b9c4f8beb88c6a63 (patch) | |
tree | f6e88b77af3b9f4c2481f6197122bc7809c9b75c | |
parent | 5abd416f560ecb947d32794f07d53e1d1408d3d0 (diff) |
typos
-rw-r--r-- | usr.bin/telnet/telnet.c | 4 | ||||
-rw-r--r-- | usr.sbin/bgpd/config.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/telnet/telnet.c b/usr.bin/telnet/telnet.c index 26af692420d..60394772221 100644 --- a/usr.bin/telnet/telnet.c +++ b/usr.bin/telnet/telnet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: telnet.c,v 1.34 2015/12/23 13:08:24 sthen Exp $ */ +/* $OpenBSD: telnet.c,v 1.35 2016/01/26 18:35:01 mmcc Exp $ */ /* $NetBSD: telnet.c,v 1.7 1996/02/28 21:04:15 thorpej Exp $ */ /* @@ -1586,7 +1586,7 @@ process_iac: * inserted into the suboption are all possibilities. * If we assume that the IAC was not doubled, * and really the IAC SE was left off, we could - * get into an infinate loop here. So, instead, + * get into an infinite loop here. So, instead, * we terminate the suboption, and process the * partial suboption if we can. */ diff --git a/usr.sbin/bgpd/config.c b/usr.sbin/bgpd/config.c index 274f06e70d5..1dfd765b591 100644 --- a/usr.sbin/bgpd/config.c +++ b/usr.sbin/bgpd/config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: config.c,v 1.62 2015/12/01 11:58:31 claudio Exp $ */ +/* $OpenBSD: config.c,v 1.63 2016/01/26 18:35:01 mmcc Exp $ */ /* * Copyright (c) 2003, 2004, 2005 Henning Brauer <henning@openbsd.org> @@ -149,7 +149,7 @@ merge_config(struct bgpd_config *xconf, struct bgpd_config *conf, /* adjust FIB priority if changed */ - /* if xconf is uninitalized we get RTP_NONE */ + /* if xconf is uninitialized we get RTP_NONE */ if (xconf->fib_priority != conf->fib_priority) { kr_fib_decouple_all(xconf->fib_priority); kr_fib_update_prio_all(conf->fib_priority); |