git: 2150c4c7b3ed - stable/15 - arpa/telnet: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Sep 2026 04:02:58 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=2150c4c7b3eddc66b97da83cb7fd2510890d6294
commit 2150c4c7b3eddc66b97da83cb7fd2510890d6294
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-09-11 16:29:05 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-09-14 04:02:26 +0000
arpa/telnet: Fix a typo in a source code comment
- s/ascic/ASCII/
(cherry picked from commit 16246209d25ac437494ebe92b9819a65f1336594)
---
include/arpa/telnet.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h
index 0fccf01e994d..620bd036812e 100644
--- a/include/arpa/telnet.h
+++ b/include/arpa/telnet.h
@@ -93,7 +93,7 @@ extern char *telcmds[];
#define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */
#define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */
#define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */
-#define TELOPT_XASCII 17 /* extended ascic character set */
+#define TELOPT_XASCII 17 /* extended ASCII character set */
#define TELOPT_LOGOUT 18 /* force logout */
#define TELOPT_BM 19 /* byte macro */
#define TELOPT_DET 20 /* data entry terminal */