From patchwork Wed Sep 25 08:56:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 277749 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 489872C0331 for ; Wed, 25 Sep 2013 18:57:59 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1CA848B0C7; Wed, 25 Sep 2013 08:57:58 +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 jlAjlBI6RxvZ; Wed, 25 Sep 2013 08:57:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id B0AFA8B0BA; Wed, 25 Sep 2013 08:57:55 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E76F91BF82F for ; Wed, 25 Sep 2013 08:57:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E2FF988601 for ; Wed, 25 Sep 2013 08:57:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UMm-mOyh3rdl for ; Wed, 25 Sep 2013 08:57:52 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) by whitealder.osuosl.org (Postfix) with ESMTPS id E9E838808F for ; Wed, 25 Sep 2013 08:57:51 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id c41so2976032eek.39 for ; Wed, 25 Sep 2013 01:57:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:user-agent:date:from:to:cc; bh=mPpdro9sA6jx58AxgVmgb26XwnXj092gP74IolqyXWk=; b=XuacJMOriuVNKcoPyH1hb9FWKTPghBZpdb8+Phx76wZTLWwsdeAYq8A1joJxNiQfEd TEJlofVb0e8WIFe3RbFIX/Qm/4BwL476UfDZFCFtaChLsXoVrYTBBEF10I1JAvciF4i9 lZgQMEiJ0A0YLgqa6sRn+WuifugIZixvKq49+oWDG6KeiIJwcyHhEm2fjjfELVege8wr 307D+5EYmJs6uZdO2ptBqUD1+25zT0BkZdky+l8wrV/0w9anCqJDn23VRIten1b8RkCW u+7M1Z4lSD22cj5gvPKFRGnHm+YWx+ma45vMSMIzZ/glS6V3xxRiU15fdb/5pOEGIkGq I6Xg== X-Received: by 10.14.180.73 with SMTP id i49mr2226263eem.55.1380099470516; Wed, 25 Sep 2013 01:57:50 -0700 (PDT) Received: from [127.0.1.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id a43sm63095737eep.9.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 25 Sep 2013 01:57:49 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: 77a73268343b5fbb00bda4670fce6c26e4785b96 Message-Id: <77a73268343b5fbb00bd.1380099394@argentina> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Wed, 25 Sep 2013 10:56:34 +0200 From: Thomas De Schampheleire To: buildroot@busybox.net Cc: thomas.petazzoni@free-electrons.com Subject: [Buildroot] [PATCH 1 of 3 v2] trivial: manual: fix typo formating --> formatting 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Thomas De Schampheleire Acked-by: "Samuel Martin" --- docs/manual/adding-packages-directory.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -203,5 +203,5 @@ different way, using different infrastru CMake. We cover them through a xref:cmake-package-tutorial[tutorial] and xref:cmake-package-reference[reference]. -Further formating details: see xref:writing-rules-mk[the writing +Further formatting details: see xref:writing-rules-mk[the writing rules].