From 9c001c07d4c483a4a6b7c7ff50b1119d3fd4b90f Mon Sep 17 00:00:00 2001 From: Laura Lazzati Date: Sun, 11 Nov 2018 18:12:34 -0300 Subject: [PATCH] doc: Fix typo. * doc/guix.texi (Porting to a New Platform): Fix typo. Signed-off-by: Ricardo Wurmus --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index c74351dd87..4b082c5f87 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -24216,7 +24216,7 @@ to be updated to refer to these binaries on the target platform. That is, the hashes and URLs of the bootstrap tarballs for the new platform must be added alongside those of the currently supported platforms. The bootstrap Guile tarball is treated specially: it is expected to be -available locally, and @file{gnu/local.mk} has rules do download it for +available locally, and @file{gnu/local.mk} has rules to download it for the supported architectures; a rule for the new platform must be added as well.