diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2018-03-05 16:13:29 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2018-03-05 16:13:29 +0000 |
| commit | 66a981f278380d45476684ca46852bb86ea51bd4 (patch) | |
| tree | 76c9a0f54f9e133950ffe3839e557758cab77dca /usr.sbin | |
| parent | ea8727d50d22bf911fa97b8cd34f6626d48f7520 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/spray/spray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/spray/spray.c b/usr.sbin/spray/spray.c index bfbc5fdc6d08..d8d25ef8a33c 100644 --- a/usr.sbin/spray/spray.c +++ b/usr.sbin/spray/spray.c @@ -145,7 +145,7 @@ main(int argc, char *argv[]) /* Spray server with packets */ - printf ("sending %u packets of lnth %d to %s ...", count, length, + printf ("sending %u packets of length %d to %s ...", count, length, *argv); fflush (stdout); |
