summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-12-08 20:21:09 +0000
committerandvar <andvar@NetBSD.org>2021-12-08 20:21:09 +0000
commit87c4600b50dd67fe768c200a819c73c907443ff2 (patch)
tree25fbda178d754f08a647b2dddba5bf6aa4b2ed16 /libexec
parent910f27188e2747a7769a6bd1a622f100f584df1e (diff)
s/desireable/desirable/ in comments.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/telnetd/telnetd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c
index 8ca9eac4253..d97f6690b3e 100644
--- a/libexec/telnetd/telnetd.c
+++ b/libexec/telnetd/telnetd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: telnetd.c,v 1.56 2019/08/15 01:15:21 kamil Exp $ */
+/* $NetBSD: telnetd.c,v 1.57 2021/12/08 20:21:09 andvar Exp $ */
/*
* Copyright (C) 1997 and 1998 WIDE Project.
@@ -65,7 +65,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\
#if 0
static char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: telnetd.c,v 1.56 2019/08/15 01:15:21 kamil Exp $");
+__RCSID("$NetBSD: telnetd.c,v 1.57 2021/12/08 20:21:09 andvar Exp $");
#endif
#endif /* not lint */
@@ -749,7 +749,7 @@ telnet(int f, int p)
get_slc_defaults();
/*
- * Do some tests where it is desireable to wait for a response.
+ * Do some tests where it is desirable to wait for a response.
* Rather than doing them slowly, one at a time, do them all
* at once.
*/