[dts] [PATCH] framework/packet: fix a typo

Rami Rosen ramirose at gmail.com
Fri Jan 4 09:06:58 CET 2019


This patch fixes a typo in framework/packet.py.

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

diff --git a/framework/packet.py b/framework/packet.py
index d5b8517..64201f6 100755
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -607,7 +607,7 @@ class Packet(object):
 
     def config_layer(self, layer, config={}):
         """
-        Configure packet assgined layer
+        Configure packet assigned layer
         return the status of configure result
         """
         try:
-- 
2.19.2



More information about the dts mailing list