diff --git a/src/iperf_error.c b/src/iperf_error.c index 10ab3a1..6587022 100644 --- a/src/iperf_error.c +++ b/src/iperf_error.c @@ -344,7 +344,7 @@ iperf_strerror(int i_errno) perr = 1; break; case IESETSCTPDISABLEFRAG: - snprintf(errstr, len, "unable to set SCTP_DISABLE_FRAG"); + snprintf(errstr, len, "unable to set SCTP_DISABLE_FRAGMENTS"); perr = 1; break; }