From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SvQ2F-0002Jd-Q3 for openembedded-core@lists.openembedded.org; Sun, 29 Jul 2012 11:43:39 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q6T9W6ae027025 for ; Sun, 29 Jul 2012 10:32:06 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26918-04 for ; Sun, 29 Jul 2012 10:32:02 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q6T9VnYu027019 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 29 Jul 2012 10:31:54 +0100 Message-ID: <1343554307.16998.35.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Sun, 29 Jul 2012 10:31:47 +0100 In-Reply-To: References: X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: image.bbclass: Fix a couple innocuous typoes, should cause no functional change X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2012 09:43:40 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2012-07-26 at 16:55 -0400, Robert P. J. Day wrote: > "error_promt" -> "error_prompt" changed in both places > "subfolers" -> "subfolders" since it's not referenced anyway > > Signed-off-by: Robert P. J. Day Merged to master, thanks. Richard