test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework/crb: fix a typo
@ 2019-01-14 19:09 Rami Rosen
  2019-01-15  6:26 ` Tu, Lijuan
  0 siblings, 1 reply; 3+ messages in thread
From: Rami Rosen @ 2019-01-14 19:09 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

This patch fixes a typo in framework/crb.py; 
useage is a mispelling of usage.

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

diff --git a/framework/crb.py b/framework/crb.py
index a6eb69e..a019383 100644
--- a/framework/crb.py
+++ b/framework/crb.py
@@ -92,7 +92,7 @@ class Crb(object):
 
     def create_session(self, name=""):
         """
-        Create new session for addtional useage. This session will not enable log.
+        Create new session for addtional usage. This session will not enable log.
         """
         logger = getLogger(name)
         session = SSHConnection(self.get_ip_address(),
-- 
2.19.2

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

* Re: [dts] [PATCH] framework/crb: fix a typo
  2019-01-14 19:09 [dts] [PATCH] framework/crb: fix a typo Rami Rosen
@ 2019-01-15  6:26 ` Tu, Lijuan
  2019-01-15  6:37   ` Rami Rosen
  0 siblings, 1 reply; 3+ messages in thread
From: Tu, Lijuan @ 2019-01-15  6:26 UTC (permalink / raw)
  To: Rami Rosen, dts

Hi rami,

Could you also change " addtional " to " additional " ?

thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Tuesday, January 15, 2019 3:09 AM
> To: dts@dpdk.org
> Cc: Rami Rosen <ramirose@gmail.com>
> Subject: [dts] [PATCH] framework/crb: fix a typo
> 
> This patch fixes a typo in framework/crb.py; useage is a mispelling of usage.
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
> ---
>  framework/crb.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/framework/crb.py b/framework/crb.py index a6eb69e..a019383
> 100644
> --- a/framework/crb.py
> +++ b/framework/crb.py
> @@ -92,7 +92,7 @@ class Crb(object):
> 
>      def create_session(self, name=""):
>          """
> -        Create new session for addtional useage. This session will not enable log.
> +        Create new session for addtional usage. This session will not enable log.
>          """
>          logger = getLogger(name)
>          session = SSHConnection(self.get_ip_address(),
> --
> 2.19.2

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

* Re: [dts] [PATCH] framework/crb: fix a typo
  2019-01-15  6:26 ` Tu, Lijuan
@ 2019-01-15  6:37   ` Rami Rosen
  0 siblings, 0 replies; 3+ messages in thread
From: Rami Rosen @ 2019-01-15  6:37 UTC (permalink / raw)
  To: Tu, Lijuan; +Cc: dts

[-- Attachment #1: Type: text/plain, Size: 1472 bytes --]

Hi Lijuan,
Sure, good you noticed it ! And there are 3 occurrences of this misspelling
in framework/crb.py.
I will soon send V2 of this patch, with changing " addtional " to "
additional" for these 3 occurrences.

Regards,
Rami Rosen

On Tue, Jan 15, 2019 at 8:27 AM Tu, Lijuan <lijuan.tu@intel.com> wrote:

> Hi rami,
>
> Could you also change " addtional " to " additional " ?
>
> thanks
>
> > -----Original Message-----
> > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen
> > Sent: Tuesday, January 15, 2019 3:09 AM
> > To: dts@dpdk.org
> > Cc: Rami Rosen <ramirose@gmail.com>
> > Subject: [dts] [PATCH] framework/crb: fix a typo
> >
> > This patch fixes a typo in framework/crb.py; useage is a mispelling of
> usage.
> >
> > Signed-off-by: Rami Rosen <ramirose@gmail.com>
> > ---
> >  framework/crb.py | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/framework/crb.py b/framework/crb.py index a6eb69e..a019383
> > 100644
> > --- a/framework/crb.py
> > +++ b/framework/crb.py
> > @@ -92,7 +92,7 @@ class Crb(object):
> >
> >      def create_session(self, name=""):
> >          """
> > -        Create new session for addtional useage. This session will not
> enable log.
> > +        Create new session for addtional usage. This session will not
> enable log.
> >          """
> >          logger = getLogger(name)
> >          session = SSHConnection(self.get_ip_address(),
> > --
> > 2.19.2
>
>

-- 
regards,
Rami Rosen

[-- Attachment #2: Type: text/html, Size: 2438 bytes --]

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

end of thread, other threads:[~2019-01-15  6:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-14 19:09 [dts] [PATCH] framework/crb: fix a typo Rami Rosen
2019-01-15  6:26 ` Tu, Lijuan
2019-01-15  6:37   ` Rami Rosen

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).