test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework/packet: fix a typo
@ 2019-01-04  8:06 Rami Rosen
  2019-01-07  5:10 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2019-01-04  8:06 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

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

Signed-off-by: Rami Rosen <ramirose@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] framework/packet: fix a typo
  2019-01-04  8:06 [dts] [PATCH] framework/packet: fix a typo Rami Rosen
@ 2019-01-07  5:10 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-01-07  5:10 UTC (permalink / raw)
  To: Rami Rosen, dts

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Friday, January 4, 2019 4:07 PM
> To: dts@dpdk.org
> Cc: Rami Rosen <ramirose@gmail.com>
> Subject: [dts] [PATCH] framework/packet: fix a typo
> 
> This patch fixes a typo in framework/packet.py.
> 
> Signed-off-by: Rami Rosen <ramirose@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-07  5:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04  8:06 [dts] [PATCH] framework/packet: fix a typo Rami Rosen
2019-01-07  5:10 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).