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 /usr.bin | |
parent | 5abd416f560ecb947d32794f07d53e1d1408d3d0 (diff) |
typos
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/telnet/telnet.c | 4 |
1 files changed, 2 insertions, 2 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. */ |