[dts] [PATCH] tests/ftag: fix typos

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:37:25 CET 2019


Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 tests/TestSuite_ftag.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ftag.py b/tests/TestSuite_ftag.py
index d290a04..e58a57a 100644
--- a/tests/TestSuite_ftag.py
+++ b/tests/TestSuite_ftag.py
@@ -87,7 +87,7 @@ class TestFtag(TestCase):
    
     def send_packet(self, txPort, rxPort, nic, received=True): 
         """
-        Send packages according to parameters.
+        Send packets according to parameters.
         """
         rxitf = self.tester.get_interface(self.tester.get_local_port(rxPort))
         txitf = self.tester.get_interface(self.tester.get_local_port(txPort))
-- 
2.19.2



More information about the dts mailing list