aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_error.c
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-10-16 12:30:51 -0700
committerBruce A. Mah <bmah@es.net>2014-10-16 12:30:51 -0700
commit1d85c269a60d7cf04d4faa907ae9aadf797cec58 (patch)
treedb4f3f2c6acc6e0aabba299043891bcf1699852c /src/iperf_error.c
parent0932b664eda7cb48c1c26552a02f8abede1b595b (diff)
downloadiperf3-1d85c269a60d7cf04d4faa907ae9aadf797cec58.tar.gz
Fix an error message.
Diffstat (limited to 'src/iperf_error.c')
-rw-r--r--src/iperf_error.c2
1 files changed, 1 insertions, 1 deletions
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;
}