From 161d306f9eff83167fd6c6e4e5d06eb06dc6b245 Mon Sep 17 00:00:00 2001 From: Vitaly Zhuravlev Date: Thu, 1 Jun 2017 14:09:37 +0300 Subject: [PATCH] typo fix --- src/modbus-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modbus-tcp.c b/src/modbus-tcp.c index 7bf74f9..a0846f2 100644 --- a/src/modbus-tcp.c +++ b/src/modbus-tcp.c @@ -793,7 +793,7 @@ modbus_t* modbus_new_tcp(const char *ip, int port) sa.sa_handler = SIG_IGN; if (sigaction(SIGPIPE, &sa, NULL) < 0) { /* The debug flag can't be set here... */ - fprintf(stderr, "Coud not install SIGPIPE handler.\n"); + fprintf(stderr, "Could not install SIGPIPE handler.\n"); return NULL; } #endif -- libgit2 0.21.4