guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: grafts-continued: Fix typos.


From: Ludovic Courtès
Subject: branch master updated: website: grafts-continued: Fix typos.
Date: Sun, 17 May 2020 17:55:12 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 4efa5ce  website: grafts-continued: Fix typos.
4efa5ce is described below

commit 4efa5ce1cca99e8121f26a4e673f68e305982acd
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sun May 17 23:54:29 2020 +0200

    website: grafts-continued: Fix typos.
    
    Thanks to Nicolò Balzarotti and Timothy Sample.
    
    * website/posts/grafts-continued.md: Fix typos.
---
 website/posts/grafts-continued.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/posts/grafts-continued.md 
b/website/posts/grafts-continued.md
index 49c54df..6b2ff1e 100644
--- a/website/posts/grafts-continued.md
+++ b/website/posts/grafts-continued.md
@@ -58,7 +58,7 @@ there is no need to graft it.
 But how do we know whether a dependency is a built-time-only dependency?
 The [`native-inputs`
 
field](https://guix.gnu.org/manual/en/html_node/package-Reference.html#index-package)
-of a package usually lists build-time dependencies, but it’s more of
+of a package usually lists build-time dependencies, but it’s more of a
 hint.  Ultimately, the set of run-time dependencies, which we call the
 _references_, is the subset of the build-time dependencies that the
 garbage collector (GC) in the build daemon finds _in the build
@@ -351,7 +351,7 @@ runs code on the remote node to perform sanity checks: 
checking whether
 the declared file system UUIDs or labels are valid, checking whether
 additional kernel modules should be added to the initial RAM disk, and
 so forth.  To do that,
-[`remove-eval`](https://git.savannah.gnu.org/cgit/guix.git/tree/guix/remote.scm#n109)
+[`remote-eval`](https://git.savannah.gnu.org/cgit/guix.git/tree/guix/remote.scm#n109)
 first builds a derivation that produces a Scheme program, deploys it
 along with all its dependencies on that target machine, runs it, and
 retrieves the result.  This form of dynamic dependency also benefits



reply via email to

[Prev in Thread] Current Thread [Next in Thread]