svn commit: r330515 - head/usr.sbin/spray

Alan Somers asomers at FreeBSD.org
Mon Mar 5 16:13:30 UTC 2018


Author: asomers
Date: Mon Mar  5 16:13:29 2018
New Revision: 330515
URL: https://svnweb.freebsd.org/changeset/base/330515

Log:
  spray: fix the spelling in an output string
  
  MFC after:	3 weeks

Modified:
  head/usr.sbin/spray/spray.c

Modified: head/usr.sbin/spray/spray.c
==============================================================================
--- head/usr.sbin/spray/spray.c	Mon Mar  5 16:11:07 2018	(r330514)
+++ head/usr.sbin/spray/spray.c	Mon Mar  5 16:13:29 2018	(r330515)
@@ -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);
 


More information about the svn-src-all mailing list