svn commit: r332606 - stable/11/usr.sbin/spray

Alan Somers asomers at FreeBSD.org
Mon Apr 16 16:28:24 UTC 2018


Author: asomers
Date: Mon Apr 16 16:28:23 2018
New Revision: 332606
URL: https://svnweb.freebsd.org/changeset/base/332606

Log:
  MFC r330515:
  
  spray: fix the spelling in an output string

Modified:
  stable/11/usr.sbin/spray/spray.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.sbin/spray/spray.c
==============================================================================
--- stable/11/usr.sbin/spray/spray.c	Mon Apr 16 16:27:08 2018	(r332605)
+++ stable/11/usr.sbin/spray/spray.c	Mon Apr 16 16:28:23 2018	(r332606)
@@ -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