This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8221cb6d2a doc: Fix typo.
8221cb6d2a is described below
commit 8221cb6d2ae5624829bf514d25ae234c073e35d5
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Jan 18 21:40:07 2023 -0500
doc: Fix typo.
* doc/guix.texi (Cross-Compilation): Replace "penaly" with "penalty".
Replace "few users" with "fewer users".
---
doc/guix.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 9b478733eb..b23f0b3d85 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -15997,9 +15997,9 @@ $ file
/gnu/store/9926by9qrxa91ijkhw9ndgwp4bn24g9h-hello-2.12/bin/hello
@end example
The major benefit of cross-compilation is that there are no performance
-penaly compared to emulation using QEMU. There are however higher risks
-that some packages fail to cross-compile because few users are using
-this mechanism extensively.
+penalty compared to emulation using QEMU. There are however higher
+risks that some packages fail to cross-compile because fewer users are
+using this mechanism extensively.
@node Native Builds
@section Native Builds