From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id BF6881B0F9 for ; Tue, 15 Jan 2019 07:27:03 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jan 2019 22:27:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,480,1539673200"; d="scan'208";a="125962561" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 14 Jan 2019 22:27:02 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 14 Jan 2019 22:27:02 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.196]) by shsmsx102.ccr.corp.intel.com ([169.254.2.63]) with mapi id 14.03.0415.000; Tue, 15 Jan 2019 14:27:00 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] framework/crb: fix a typo Thread-Index: AQHUrDytZRasnsShaEylMR3d1qYmUaWv3fUQ Date: Tue, 15 Jan 2019 06:26:59 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA02A6B@SHSMSX101.ccr.corp.intel.com> References: <20190114190906.4326-1-ramirose@gmail.com> In-Reply-To: <20190114190906.4326-1-ramirose@gmail.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmM0MmFjOTYtZWIzOC00N2UzLWEyN2YtMTczMWI1OTk2MTM3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieW95cGM5ZFRTZFg2R3NVUzdzZFlISm5QZlhPbWdWOHNrUWZOUjFIdlNLR09mWmd2R251aE1Jb3NIVGJLeUVnMyJ9 x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] framework/crb: fix a typo X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2019 06:27:04 -0000 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 > Subject: [dts] [PATCH] framework/crb: fix a typo >=20 > This patch fixes a typo in framework/crb.py; useage is a mispelling of us= age. >=20 > Signed-off-by: Rami Rosen > --- > framework/crb.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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): >=20 > def create_session(self, name=3D""): > """ > - Create new session for addtional useage. This session will not e= nable log. > + Create new session for addtional usage. This session will not en= able log. > """ > logger =3D getLogger(name) > session =3D SSHConnection(self.get_ip_address(), > -- > 2.19.2