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);
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to