aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_error.c
diff options
context:
space:
mode:
authorJef Poskanzer <jef@mail.acme.com>2013-11-06 15:24:47 -0800
committerJef Poskanzer <jef@mail.acme.com>2013-11-06 15:24:47 -0800
commit8115b2a26e1a6bc8837ed529bb87eb055198c7f8 (patch)
tree31267b7939d4cf7e021825114940ce06956d0173 /src/iperf_error.c
parent4e2ef5070b963230815dd938313517bba2042427 (diff)
downloadiperf3-8115b2a26e1a6bc8837ed529bb87eb055198c7f8.tar.gz
Grammar correction in 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 77143a8..5ab3eab 100644
--- a/src/iperf_error.c
+++ b/src/iperf_error.c
@@ -135,7 +135,7 @@ iperf_strerror(int i_errno)
perr = 1;
break;
case IERECVCOOKIE:
- snprintf(errstr, len, "unable to receive cookie to server");
+ snprintf(errstr, len, "unable to receive cookie at server");
perr = 1;
break;
case IECTRLWRITE: