From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D71B3374D for ; Sun, 15 Nov 2015 17:49:44 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 15 Nov 2015 08:49:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,298,1444719600"; d="scan'208";a="685792923" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga003.jf.intel.com with ESMTP; 15 Nov 2015 08:49:43 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.23]) by IRSMSX107.ger.corp.intel.com ([169.254.10.132]) with mapi id 14.03.0248.002; Sun, 15 Nov 2015 16:49:41 +0000 From: "De Lara Guarch, Pablo" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: fix repeated typo in sample app docs Thread-Index: AQHRHjyBl7Jm7ApqwECr/oOQT3x7VJ6dTeQw Date: Sun, 15 Nov 2015 16:49:41 +0000 Message-ID: References: <1447437311-26330-1-git-send-email-john.mcnamara@intel.com> In-Reply-To: <1447437311-26330-1-git-send-email-john.mcnamara@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix repeated typo in sample app docs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 16:49:45 -0000 Hi John, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of John McNamara > Sent: Friday, November 13, 2015 5:55 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: fix repeated typo in sample app docs >=20 > Fix repeated typo in the "Compiling the Application" section of > almost all of the sample app docs. >=20 > This generally gets copied into new sample app guides. >=20 > Signed-off-by: John McNamara Could you also fix the issue below in the load balancer application, which is related to this patch? cd ${RTE_SDK}/examples/load_balancer make Thanks! Pablo