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);
 
_______________________________________________
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