From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: Re: [PATCH] doc: Fix spelling. Date: Thu, 27 Apr 2017 08:45:31 -0700 Message-ID: References: <20170427152825.22619-1-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3mk3-0002CF-75 for guix-devel@gnu.org; Thu, 27 Apr 2017 12:58:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3mk2-0006Fz-AP for guix-devel@gnu.org; Thu, 27 Apr 2017 12:58:07 -0400 Received: from mail-pf0-x243.google.com ([2607:f8b0:400e:c00::243]:36116) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d3mk2-0006Fl-4c for guix-devel@gnu.org; Thu, 27 Apr 2017 12:58:06 -0400 Received: by mail-pf0-x243.google.com with SMTP id v14so11945060pfd.3 for ; Thu, 27 Apr 2017 09:58:05 -0700 (PDT) In-Reply-To: <20170427152825.22619-1-rekado@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org, Ricardo Wurmus Hi Ricardo! On April 27, 2017 8:28:25 AM PDT, Ricardo Wurmus wr= ote: >* doc/cuirass=2Etexi (Introduction): Fix typo and use American English >spelling=2E >--- > doc/cuirass=2Etexi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/doc/cuirass=2Etexi b/doc/cuirass=2Etexi >index e5f29a6=2E=2Eff5f7b0 100644 >--- a/doc/cuirass=2Etexi >+++ b/doc/cuirass=2Etexi >@@ -70,7 +70,7 @@ Reference sections: > @dfn{Cuirass} is a general-purpose build automation server that checks > out source files from @acronym{VCS, Version Control System} > repositories, executes a @dfn{build job}, and notifies the results of >-that job=2E A build job consists of a combinaison of tasks such as >+that job=2E A build job consists of a combination of tasks such as > compiling source code to binary code and running automated tests=2E > Notification is achieved by using a database that stores the build >results associated with an HTTP server that provides a convenient way >to >@@ -102,7 +102,7 @@ basis of the @dfn{Continuous integration} practice=2E >@command{cuirass} acts as a daemon polling @acronym{VCS, version >control > system} repositories for changes, and evaluating a derivation when > something has changed (@pxref{Derivations, Derivations,, guix, Guix})=2E >-As a final step the derivation is realised and the result of that >build >+As a final step the derivation is realized and the result of that Earlier we used *results* (plural)=2E I think both are OK but we should ha= rmonize=2E >build > allows you to know if the job succeed or not=2E succeeded >=20 > What is actually done by @command{cuirass} is specified in a @dfn{job The rest LGTM=2E