summaryrefslogtreecommitdiffstats
path: root/tcpip/ttylinkd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpip/ttylinkd.c')
-rw-r--r--tcpip/ttylinkd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpip/ttylinkd.c b/tcpip/ttylinkd.c
index f898c14..daa2067 100644
--- a/tcpip/ttylinkd.c
+++ b/tcpip/ttylinkd.c
@@ -435,7 +435,7 @@ int main(int argc, char *argv[])
buf[2] = '\0';
if (write(skt, buf, 3) != 3)
{
- printf("Connnection lost\n");
+ printf("Connection lost\n");
close(skt);
close(ctl_skt);
return 0;