Commit 161d306f9eff83167fd6c6e4e5d06eb06dc6b245
Committed by
Stéphane Raimbault
1 parent
005bcd6f
typo fix
fixed small typo
Showing
1 changed file
with
1 additions
and
1 deletions
src/modbus-tcp.c
| ... | ... | @@ -793,7 +793,7 @@ modbus_t* modbus_new_tcp(const char *ip, int port) |
| 793 | 793 | sa.sa_handler = SIG_IGN; |
| 794 | 794 | if (sigaction(SIGPIPE, &sa, NULL) < 0) { |
| 795 | 795 | /* The debug flag can't be set here... */ |
| 796 | - fprintf(stderr, "Coud not install SIGPIPE handler.\n"); | |
| 796 | + fprintf(stderr, "Could not install SIGPIPE handler.\n"); | |
| 797 | 797 | return NULL; |
| 798 | 798 | } |
| 799 | 799 | #endif | ... | ... |