aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-01-03 11:24:06 -0800
committerBruce A. Mah <bmah@es.net>2014-01-03 11:24:06 -0800
commitac0786c828245b186b6391da5a2cf2b92ce423fa (patch)
tree6e6d28856578542a59c8cd0ae8a3b662497eb2fb /examples
parentc7ddebaa6cf0bf108b9fa9f4b3bd3b7d5a8c89a4 (diff)
downloadiperf3-ac0786c828245b186b6391da5a2cf2b92ce423fa.tar.gz
Fix typos: s/exitting/exiting/
Bump a couple of copyright dates while here.
Diffstat (limited to 'examples')
-rw-r--r--examples/mis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mis.c b/examples/mis.c
index 27ee7f0..9e72197 100644
--- a/examples/mis.c
+++ b/examples/mis.c
@@ -43,7 +43,7 @@ main( int argc, char** argv )
fprintf( stderr, "%s: error - %s\n\n", argv0, iperf_strerror( i_errno ) );
++consecutive_errors;
if (consecutive_errors >= 5) {
- fprintf(stderr, "%s: too many errors, exitting\n", argv0);
+ fprintf(stderr, "%s: too many errors, exiting\n", argv0);
break;
}
} else