Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2018 16:28:23 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r332606 - stable/11/usr.sbin/spray
Message-ID:  <201804161628.w3GGSN2A099376@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804161628.w3GGSN2A099376>