guix-commits
[Top][All Lists]
Advanced

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

38/52: bootloader: grub: Fix typo in docstring.


From: guix-commits
Subject: 38/52: bootloader: grub: Fix typo in docstring.
Date: Sat, 10 Apr 2021 08:15:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 816a5ecdc8286f3c26abfb1f1e7cab04b6b21803
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 9 19:56:31 2021 +0200

    bootloader: grub: Fix typo in docstring.
    
    * gnu/bootloader/grub.scm (install-grub-efi-netboot): Fix typo.
---
 gnu/bootloader/grub.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm
index 13ee695..ce146ab 100644
--- a/gnu/bootloader/grub.scm
+++ b/gnu/bootloader/grub.scm
@@ -666,7 +666,7 @@ relatively form MOUNT-POINT/TARGET/SUBDIR/grub.cfg to
 MOUNT-POINT/boot/grub/grub.cfg, and the second symlink points relatively from
 MOUNT-POINT/TARGET/%store-prefix to MOUNT-POINT/%store-prefix.
 
-It is important to note that these symlinks need to be relativ, as the absolute
+It is important to note that these symlinks need to be relative, as the 
absolute
 paths on the TFTP server side are unknown.
 
 It is also important to note that both symlinks will point outside the TFTP 
root



reply via email to

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