summaryrefslogtreecommitdiffstats
path: root/apps/vms_term_sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/vms_term_sock.c')
-rw-r--r--apps/vms_term_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/vms_term_sock.c b/apps/vms_term_sock.c
index 64521224ec..03274376e1 100644
--- a/apps/vms_term_sock.c
+++ b/apps/vms_term_sock.c
@@ -514,7 +514,7 @@ static int TerminalDeviceAst (int astparm)
strcat (TerminalDeviceBuff, "\n");
/*
- ** Send the data read from the terminal device throught the socket pair
+ ** Send the data read from the terminal device through the socket pair
*/
send (TerminalSocketPair[0], TerminalDeviceBuff,
TerminalDeviceIosb.iosb$w_bcnt + 1, 0);