summaryrefslogtreecommitdiff
path: root/libexec/telnetd/state.c
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-02-11 10:57:57 +0000
committerwiz <wiz@NetBSD.org>2002-02-11 10:57:57 +0000
commitf78eb76cbe1b359fe427eeebfe79eb8912efe604 (patch)
tree6cbc51f80c34ef5ce2f66901e85160cc76c744c6 /libexec/telnetd/state.c
parent66df0333a155a2b148ee6230fad051160e073626 (diff)
achive is not a good word.
Diffstat (limited to 'libexec/telnetd/state.c')
-rw-r--r--libexec/telnetd/state.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c
index 46e88540722..1ce796000e2 100644
--- a/libexec/telnetd/state.c
+++ b/libexec/telnetd/state.c
@@ -1,4 +1,4 @@
-/* $NetBSD: state.c,v 1.21 2001/08/24 00:14:03 wiz Exp $ */
+/* $NetBSD: state.c,v 1.22 2002/02/11 10:57:58 wiz Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: state.c,v 1.21 2001/08/24 00:14:03 wiz Exp $");
+__RCSID("$NetBSD: state.c,v 1.22 2002/02/11 10:57:58 wiz Exp $");
#endif
#endif /* not lint */
@@ -718,7 +718,7 @@ wontoption(option)
* If we get a WONT TM, and had sent a DO TM,
* don't respond with a DONT TM, just leave it
* as is. Short circut the state machine to
- * achive this.
+ * achieve this.
*/
set_his_want_state_wont(TELOPT_TM);
return;