git: 3d8b78359f2f - stable/14 - arpa/telnet: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 14 Sep 2026 04:03:37 UTC
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=3d8b78359f2f309fb5f097c9be4d03c17aa2a013

commit 3d8b78359f2f309fb5f097c9be4d03c17aa2a013
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:03:23 +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 922a06563469..3b1151c6d175 100644
--- a/include/arpa/telnet.h
+++ b/include/arpa/telnet.h
@@ -95,7 +95,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 */