Fix an error message.

This commit is contained in:
Bruce A. Mah 2014-10-16 12:30:51 -07:00
parent 0932b664ed
commit 1d85c269a6

View File

@ -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;
}