From patchwork Mon Oct 24 03:45:18 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vagrant Cascadian X-Patchwork-Id: 685654 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3t2Mqc4gs8z9s9Y for ; Mon, 24 Oct 2016 14:54:52 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 95A07A766E; Mon, 24 Oct 2016 05:54:47 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U0UM0VasM3bP; Mon, 24 Oct 2016 05:54:47 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1DFFCA7657; Mon, 24 Oct 2016 05:54:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 74F4DA75E6 for ; Mon, 24 Oct 2016 05:54:37 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3n29-3q4SyRo for ; Mon, 24 Oct 2016 05:54:37 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from cascadia.aikidev.net (cascadia.aikidev.net [173.255.214.101]) by theia.denx.de (Postfix) with ESMTP id 1518AA7534 for ; Mon, 24 Oct 2016 05:54:33 +0200 (CEST) Received: from localhost (97-120-155-232.ptld.qwest.net [97.120.155.232]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id AAB131AAF6; Sun, 23 Oct 2016 20:45:36 -0700 (PDT) From: Vagrant Cascadian To: u-boot@lists.denx.de Date: Sun, 23 Oct 2016 20:45:18 -0700 Message-Id: <20161024034520.26772-3-vagrant@debian.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161024034520.26772-1-vagrant@debian.org> References: <20161024034520.26772-1-vagrant@debian.org> Cc: Vagrant Cascadian , Scott Wood , Karsten Merker , Stefan Roese Subject: [U-Boot] [PATCH 3/4] Fix spelling of "extended". X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Vagrant Cascadian Reviewed-by: Simon Glass --- cmd/bootm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bootm.c b/cmd/bootm.c index e02a1c5..083f3d1 100644 --- a/cmd/bootm.c +++ b/cmd/bootm.c @@ -162,7 +162,7 @@ static char bootm_help_text[] = #endif #if defined(CONFIG_FIT) "\t\nFor the new multi component uImage format (FIT) addresses\n" - "\tmust be extened to include component or configuration unit name:\n" + "\tmust be extended to include component or configuration unit name:\n" "\taddr: - direct component image specification\n" "\taddr# - configuration specification\n" "\tUse iminfo command to get the list of existing component\n"