From patchwork Wed Mar 6 06:52:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vagrant Cascadian X-Patchwork-Id: 1052136 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=debian.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44DkwY13VFz9s7h for ; Wed, 6 Mar 2019 17:52:43 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 7EF97C21DDC; Wed, 6 Mar 2019 06:52:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 41295C21C2C; Wed, 6 Mar 2019 06:52:35 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id BE2A2C21C2C; Wed, 6 Mar 2019 06:52:33 +0000 (UTC) Received: from cascadia.aikidev.net (cascadia.aikidev.net [173.255.214.101]) by lists.denx.de (Postfix) with ESMTP id 19969C21C29 for ; Wed, 6 Mar 2019 06:52:33 +0000 (UTC) Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id DB64E1AA27; Tue, 5 Mar 2019 22:52:28 -0800 (PST) From: Vagrant Cascadian To: u-boot@lists.denx.de Date: Tue, 5 Mar 2019 22:52:14 -0800 Message-Id: <20190306065215.18111-1-vagrant@debian.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Cc: Vagrant Cascadian Subject: [U-Boot] [PATCH v2] cmd: thordown: Fix spelling of download. X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Vagrant Cascadian Reviewed-by: Bin Meng Reviewed-by: Lukasz Majewski --- Changes in v2: - Add "cmd: thordown:" to define scope of the spelling fix. - Add Reviewed-by entries. cmd/thordown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/thordown.c b/cmd/thordown.c index ce3660d174..19ae6721d1 100644 --- a/cmd/thordown.c +++ b/cmd/thordown.c @@ -65,7 +65,7 @@ done: U_BOOT_CMD(thordown, CONFIG_SYS_MAXARGS, 1, do_thor_down, "TIZEN \"THOR\" downloader", " \n" - " - device software upgrade via LTHOR TIZEN dowload\n" + " - device software upgrade via LTHOR TIZEN download\n" " program via on device ,\n" " attached to interface \n" );