Typos. A bunch of typos I've been collecting.
Change-Id: I53ab8d17914e6563110354e4052109ac02bf8f3b Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:

committed by
Neale Ranns

parent
64f7530fff
commit
8feeaff56f
@ -303,7 +303,7 @@ class TestIP4PuntSocket(TestPuntSocket):
|
||||
self.portsCheck[p] = 0
|
||||
|
||||
#
|
||||
# create stream with random pakets count per given ports
|
||||
# create stream with random packets count per given ports
|
||||
#
|
||||
pkts = list()
|
||||
for _ in range(0, self.nr_packets):
|
||||
@ -362,7 +362,7 @@ class TestIP4PuntSocket(TestPuntSocket):
|
||||
self.portsCheck[p] = 0
|
||||
|
||||
#
|
||||
# create stream with random pakets count per given ports
|
||||
# create stream with random packets count per given ports
|
||||
#
|
||||
pkts = list()
|
||||
for _ in range(0, self.nr_packets):
|
||||
@ -558,7 +558,7 @@ class TestIP6PuntSocket(TestPuntSocket):
|
||||
self.portsCheck[p] = 0
|
||||
|
||||
#
|
||||
# create stream with random pakets count per given ports
|
||||
# create stream with random packets count per given ports
|
||||
#
|
||||
pkts = list()
|
||||
for _ in range(0, self.nr_packets):
|
||||
@ -617,7 +617,7 @@ class TestIP6PuntSocket(TestPuntSocket):
|
||||
self.portsCheck[p] = 0
|
||||
|
||||
#
|
||||
# create stream with random pakets count per given ports
|
||||
# create stream with random packets count per given ports
|
||||
#
|
||||
pkts = list()
|
||||
for _ in range(0, self.nr_packets):
|
||||
|
Reference in New Issue
Block a user