From 8fbad34a3b6c60f01d96b11e9584d2f7e793ee0a Mon Sep 17 00:00:00 2001 From: asomers Date: Mon, 16 Apr 2018 16:28:23 +0000 Subject: [PATCH] MFC r330515: spray: fix the spelling in an output string --- usr.sbin/spray/spray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/spray/spray.c b/usr.sbin/spray/spray.c index bfbc5fdc6d0..d8d25ef8a33 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); -- 2.45.0