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