diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-01-18 21:40:07 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-01-18 21:40:07 -0500 |
commit | 8221cb6d2ae5624829bf514d25ae234c073e35d5 (patch) | |
tree | 4545ec728adcb07683a9fbf8e1fb1d9354e62faa /doc | |
parent | 6ba3ed13ef5c0db627a9b19882389c96eb14578e (diff) | |
download | guix-8221cb6d2ae5624829bf514d25ae234c073e35d5.tar.gz |
doc: Fix typo.
* doc/guix.texi (Cross-Compilation): Replace "penaly" with "penalty". Replace "few users" with "fewer users".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files 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 |