From 471c5882ceed45446f76df0fc1ae285930de28ed Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sat, 13 May 2023 20:54:11 +0200 Subject: Fixed speeling errors in man pages and programs. Author: colint@debian.org Author: Dave Hibberd Signed-off-by: Daniele Forsi Signed-off-by: Thomas Osterried --- tcpip/ttylinkd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcpip/ttylinkd.c') 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; -- cgit v1.2.3