diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:12:45 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:28:40 +0200 |
commit | a641396502603458c492cc8d4c804930816e4424 (patch) | |
tree | 0cc848394866610a4104540c43eeb1afc83964e1 /doc/guix-cookbook.texi | |
parent | e5829034814bfb789b4fa94ab3a6c4bdd27bb56e (diff) |
doc: Fix some misspellings.
Change-Id: I567aec7b1fac91234f46886c35affa6bd6e582d9
Diffstat (limited to 'doc/guix-cookbook.texi')
-rw-r--r-- | doc/guix-cookbook.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index cbb0163bd3..789130528a 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -1833,7 +1833,7 @@ In the above example @code{%file-systems} is a collection of flags enabling different file system support, @code{%efi-support} enables EFI support and @code{%emulation} enables a x86_64-linux machine to act in 32-bit mode also. The @code{default-extra-linux-options} procedure is -the one defined above, which had to be used to avoid loosing the default +the one defined above, which had to be used to avoid losing the default configuration options of the @code{extra-options} keyword. This all sounds like it should be doable, but how does one even know which |