From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] fix multiple typos: 'the the ' => 'the ' Date: Wed, 10 Jan 2018 12:03:39 +0100 Message-ID: <7779189.tctSz0ixIg@xps> References: <20171215123429.26991-1-thierry.herbelot@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Thierry Herbelot Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 598741B169 for ; Wed, 10 Jan 2018 12:04:07 +0100 (CET) In-Reply-To: <20171215123429.26991-1-thierry.herbelot@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 15/12/2017 13:34, Thierry Herbelot: > Repeated occurrences of 'the'. > > The change was obtained using the following command: > > sed -i "s;the the ;the ;" `git grep -l "the "` > > Signed-off-by: Thierry Herbelot Applied, thanks