diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-27 17:16:12 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-05-05 12:26:55 +0200 |
commit | 96fdf9d466cbc06bf2ff52f30506abfb4b804804 (patch) | |
tree | 87811af0173c2a1853cde12dc3c256322fa570fa /doc | |
parent | a42cf16fec114c26d16d5153053a2c6a1a3b1d11 (diff) | |
download | cuirass-96fdf9d466cbc06bf2ff52f30506abfb4b804804.tar cuirass-96fdf9d466cbc06bf2ff52f30506abfb4b804804.tar.gz |
doc: Fix spelling.
* doc/cuirass.texi (Introduction): Fix typos and use American English
spelling.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cuirass.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/cuirass.texi b/doc/cuirass.texi index e5f29a6..39d256f 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,8 +102,8 @@ 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 -allows you to know if the job succeed or not. +As a final step the derivation is realized and the result of that build +allows you to know if the job succeeded or not. What is actually done by @command{cuirass} is specified in a @dfn{job specification} which is represented as an association list which is a |