diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-05-26 14:22:26 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-05-26 14:23:53 +0200 |
commit | 70458ed510d8bae5b5bd50e2aabf607b20198cf4 (patch) | |
tree | e0e0fa6fa3abc5c2084c3d88395510771d6d6a1d /doc | |
parent | 38efbcbb7929b2cfb12efae60acc2bfb8bb2c988 (diff) | |
download | guix-70458ed510d8bae5b5bd50e2aabf607b20198cf4.tar guix-70458ed510d8bae5b5bd50e2aabf607b20198cf4.tar.gz |
doc: Fix typo.
* doc/guix.texi (Derivations): Add 's' to "contain".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1b47193e1f..bb75425a9f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3082,7 +3082,7 @@ Store Monad}). @cindex derivations Low-level build actions and the environment in which they are performed -are represented by @dfn{derivations}. A derivation contain the +are represented by @dfn{derivations}. A derivation contains the following pieces of information: @itemize |