Description: spelling errors in binary (lintian)
 fix spelling errors / typos
Author: Roberto Lumbreras

--- a/src/socket_io.c
+++ b/src/socket_io.c
@@ -265,7 +265,7 @@
 	case SOCKET_ERROR :
 	    if (!(errno == EINTR) || (errno == EAGAIN) || (errno == EWOULDBLOCK)) {
 		nwritten = inLen - nleft;
-		WARN_errno(1, "writen fatal");
+		WARN_errno(1, "written fatal");
 		goto DONE;
 	    }
 	    break;
--- a/man/iperf.1
+++ b/man/iperf.1
@@ -730,7 +730,7 @@
 .P
 .B Histograms and non\-parametric statisitics:
 The \-\-histograms option provides the raw data where nothing is averaged. This is useful for non\-parametric
-distribtions, e.g. latency. The standard output does use the central limit theorem to produce average,
+distributions, e.g. latency. The standard output does use the central limit theorem to produce average,
 mininimum, maximum and variation. This loses information when the underlining distribution is not gaussian.
 Histograms are supported so this information is made available.
 .P
@@ -738,7 +738,7 @@
 Binding
 is done at the logical level of port and ip address (or layer 3) using the \-B option
 and a colon as the separator between port and the ip addr. Binding at the
-device (or layer 2) level requires the percent (%) as the delimeter (for both the client and the server.)
+device (or layer 2) level requires the percent (%) as the delimiter (for both the client and the server.)
 An example for src port and ip address is \-B 192.168.1.1:6001. To \fBbind the src port only\fR and
 let the operating system choose the source ip address use 0.0.0.0, e.g.
 \fB\-B 0.0.0.0:6001\fR. On the client, the \-B option affects the \fBbind\fR(2)
--- a/src/Client.cpp
+++ b/src/Client.cpp
@@ -935,7 +935,7 @@
 	    reportstruct->sentTime = reportstruct->packetTime;
 	    reportstruct->packetLen = writen(mySocket, mSettings->mBuf, writelen, &reportstruct->writecnt);
 	    if (reportstruct->packetLen <= 0) {
-		WARN_errno((reportstruct->packetLen < 0), "event writen()");
+		WARN_errno((reportstruct->packetLen < 0), "event written()");
 		if (reportstruct->packetLen == 0) {
 		    peerclose = true;
 		}
