* [PATCH] doc: Fix spelling.
@ 2017-04-27 15:28 Ricardo Wurmus
2017-04-27 15:45 ` Maxim Cournoyer
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Ricardo Wurmus @ 2017-04-27 15:28 UTC (permalink / raw)
To: guix-devel
* doc/cuirass.texi (Introduction): Fix typo and use American English spelling.
---
doc/cuirass.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/cuirass.texi b/doc/cuirass.texi
index e5f29a6..ff5f7b0 100644
--- a/doc/cuirass.texi
+++ b/doc/cuirass.texi
@@ -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. A build job consists of a combinaison of tasks such as
+that job. A build job consists of a combination of tasks such as
compiling source code to binary code and running automated tests.
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.
@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}).
-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 build
allows you to know if the job succeed or not.
What is actually done by @command{cuirass} is specified in a @dfn{job
--
2.12.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] doc: Fix spelling.
2017-04-27 15:28 [PATCH] doc: Fix spelling Ricardo Wurmus
@ 2017-04-27 15:45 ` Maxim Cournoyer
2017-05-02 12:43 ` Ludovic Courtès
2017-05-02 12:58 ` ng0
2 siblings, 0 replies; 5+ messages in thread
From: Maxim Cournoyer @ 2017-04-27 15:45 UTC (permalink / raw)
To: guix-devel, Ricardo Wurmus
Hi Ricardo!
On April 27, 2017 8:28:25 AM PDT, Ricardo Wurmus <rekado@elephly.net> wrote:
>* doc/cuirass.texi (Introduction): Fix typo and use American English
>spelling.
>---
> doc/cuirass.texi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/doc/cuirass.texi b/doc/cuirass.texi
>index e5f29a6..ff5f7b0 100644
>--- a/doc/cuirass.texi
>+++ b/doc/cuirass.texi
>@@ -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. A build job consists of a combinaison of tasks such as
>+that job. A build job consists of a combination of tasks such as
> compiling source code to binary code and running automated tests.
> 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.
>@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}).
>-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). I think both are OK but we should harmonize.
>build
> allows you to know if the job succeed or not.
succeeded
>
> What is actually done by @command{cuirass} is specified in a @dfn{job
The rest LGTM.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] doc: Fix spelling.
2017-04-27 15:28 [PATCH] doc: Fix spelling Ricardo Wurmus
2017-04-27 15:45 ` Maxim Cournoyer
@ 2017-05-02 12:43 ` Ludovic Courtès
2017-05-02 12:58 ` ng0
2 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2017-05-02 12:43 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guix-devel
Ricardo Wurmus <rekado@elephly.net> skribis:
> * doc/cuirass.texi (Introduction): Fix typo and use American English spelling.
LGTM, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] doc: Fix spelling.
2017-04-27 15:28 [PATCH] doc: Fix spelling Ricardo Wurmus
2017-04-27 15:45 ` Maxim Cournoyer
2017-05-02 12:43 ` Ludovic Courtès
@ 2017-05-02 12:58 ` ng0
2017-05-02 13:28 ` Ricardo Wurmus
2 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2017-05-02 12:58 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guix-devel
Ricardo Wurmus transcribed 1.4K bytes:
> * doc/cuirass.texi (Introduction): Fix typo and use American English spelling.
is the rationale for this that we use AE not BE in the documentation?
> doc/cuirass.texi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/cuirass.texi b/doc/cuirass.texi
> index e5f29a6..ff5f7b0 100644
> --- a/doc/cuirass.texi
> +++ b/doc/cuirass.texi
> @@ -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. A build job consists of a combinaison of tasks such as
> +that job. A build job consists of a combination of tasks such as
> compiling source code to binary code and running automated tests.
> 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.
> @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}).
> -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 build
> allows you to know if the job succeed or not.
>
> What is actually done by @command{cuirass} is specified in a @dfn{job
> --
> 2.12.2
>
>
>
--
https://pragmatique.xyz
PGP: https://people.pragmatique.xyz/ng0/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] doc: Fix spelling.
2017-05-02 12:58 ` ng0
@ 2017-05-02 13:28 ` Ricardo Wurmus
0 siblings, 0 replies; 5+ messages in thread
From: Ricardo Wurmus @ 2017-05-02 13:28 UTC (permalink / raw)
To: ng0; +Cc: guix-devel
ng0 <contact.ng0@cryptolab.net> writes:
> Ricardo Wurmus transcribed 1.4K bytes:
>> * doc/cuirass.texi (Introduction): Fix typo and use American English spelling.
>
> is the rationale for this that we use AE not BE in the documentation?
Yes, we consistently use American English in documentation.
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-05-02 13:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-27 15:28 [PATCH] doc: Fix spelling Ricardo Wurmus
2017-04-27 15:45 ` Maxim Cournoyer
2017-05-02 12:43 ` Ludovic Courtès
2017-05-02 12:58 ` ng0
2017-05-02 13:28 ` Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.