From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EB093205E1; Wed, 10 Jan 2018 06:04:06 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 10 Jan 2018 06:04:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=Xhup+leuo9maEo4zvE0IPQyDwI uYFfep/zm6jFLUlxs=; b=JQ0COgrDTsS6/jFlReDoA9kZ3etYYoHX4bWddxWRrV Zt44u1sdP4ZlQRuIXG8xo+xytC9AjzhORCP7isnfS29zu+fYBcUZnIAtTrg7mmsk OxItohnV900ix6RlzKJDjCAEPLw0ZybB0Z4it8ynqEmTebp2xkWJilQMLz/seIcz A= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=Xhup+l euo9maEo4zvE0IPQyDwIuYFfep/zm6jFLUlxs=; b=Nh3CWBW1bcyr0/nM5FEsoe iPzIHQtiKoa81r8nNFm8qNCqTJA1lEBQBp9Udjo4YCQsNR0HPK62gXsuG/GtDW2z FK/8eVBt78OWgA95ZhQI/O7wPUeIP4deEdm1mixZsTVeNp7R7fpInKQ2Xz1K77+d U1FG79JB71kwHGCE8f6uujMERDVDf+N65FcoHblvfHknGCnwcRmzE3ymYzYrB9/S YV1jVVy+GnfYYwBqY5RZaLM7OgN3T3942oKB+T1/OCO3ZCKrktFE5WFsXqtjMhwP 6ivtSQOuLE51RIpNjBzlUlel+SK+IeWyuesKjFC+afoOuWMXTBW9ya2cLbJyRkJA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 867F87E3D7; Wed, 10 Jan 2018 06:04:06 -0500 (EST) From: Thomas Monjalon To: Thierry Herbelot Cc: dev@dpdk.org Date: Wed, 10 Jan 2018 12:03:39 +0100 Message-ID: <7779189.tctSz0ixIg@xps> In-Reply-To: <20171215123429.26991-1-thierry.herbelot@6wind.com> References: <20171215123429.26991-1-thierry.herbelot@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] fix multiple typos: 'the the ' => 'the ' X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2018 11:04:07 -0000 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