From patchwork Thu May 1 22:26:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Barnett X-Patchwork-Id: 344823 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 88B131400F6 for ; Fri, 2 May 2014 08:26:43 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B0CDB31550; Thu, 1 May 2014 22:26:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xCH9UZVGdUY6; Thu, 1 May 2014 22:26:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id AD6F33159C; Thu, 1 May 2014 22:26:41 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 1846F1C27CE for ; Thu, 1 May 2014 22:26:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 144F28BD06 for ; Thu, 1 May 2014 22:26:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Us15LXbpOtuH for ; Thu, 1 May 2014 22:26:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from secvs01.rockwellcollins.com (secvs01.rockwellcollins.com [205.175.225.240]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 36B258BD04 for ; Thu, 1 May 2014 22:26:40 +0000 (UTC) Received: from nosuchhost.198.131.in-addr.arpa (HELO crulimr02.rockwellcollins.com) ([131.198.26.125]) by mail-virt.rockwellcollins.com with ESMTP; 01 May 2014 17:26:39 -0500 Received: from thehammer.rockwellcollins.com (srcnat-vips-vlan26.rockwellcollins.com [131.198.26.18]) by crulimr02.rockwellcollins.com (Postfix) with ESMTP id 461E660622; Thu, 1 May 2014 17:26:39 -0500 (CDT) From: Ryan Barnett To: buildroot@buildroot.org Date: Thu, 1 May 2014 17:26:36 -0500 Message-Id: <1398983196-52878-1-git-send-email-rjbarnet@rockwellcollins.com> X-Mailer: git-send-email 1.9.0 Subject: [Buildroot] [PATCH 1/1] system: fix spelling errors X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Fix minor spelling errors that exists in system/Config.in Signed-off-by: Ryan Barnett Acked-by: "Yann E. MORIN" Acked-by: Thomas De Schampheleire --- system/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/Config.in b/system/Config.in index 0b4f20a..2ab14ce 100644 --- a/system/Config.in +++ b/system/Config.in @@ -347,7 +347,7 @@ config BR2_ROOTFS_POST_BUILD_SCRIPT has finished and before Buildroot starts packing the files into selected filesystem images. - This gives users the oportunity to do board-specific cleanups, + This gives users the opportunity to do board-specific cleanups, add-ons and the like, so the generated files can be used directly without further processing. @@ -377,7 +377,7 @@ config BR2_ROOTFS_POST_SCRIPT_ARGS string "Extra post-{build,image} arguments" depends on BR2_ROOTFS_POST_BUILD_SCRIPT != "" || BR2_ROOTFS_POST_IMAGE_SCRIPT != "" help - Pass these aditional arguments to each post-build or post-image + Pass these additional arguments to each post-build or post-image scripts. Note that all the post-build and post-image scripts will be passed