summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-04-21 07:52:47 -0700
committerVagrant Cascadian <vagrant@debian.org>2021-04-21 08:32:49 -0700
commit084d3cac2b9808e92595487ff93eaf11f7e484f7 (patch)
tree6ffbb724b8ccb1768dbf1533f12857b20ea29e5a
parentc69c220ae28077ddf4bb903d77070af08b223666 (diff)
downloadguix-patches-084d3cac2b9808e92595487ff93eaf11f7e484f7.tar
guix-patches-084d3cac2b9808e92595487ff93eaf11f7e484f7.tar.gz
gnu: ipxe: Fix grammar.
* gnu/packages/bootloaders.scm (ipxe)[description]: Remove gratuitous use of "allows to".
-rw-r--r--gnu/packages/bootloaders.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 6093e0d9e6..827da0e3bb 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1207,8 +1207,8 @@ order to add a suitable bootloader menu entry.")
(description "iPXE is a network boot firmware. It provides a full PXE
implementation enhanced with additional features such as booting from: a web
server via HTTP, an iSCSI SAN, a Fibre Channel SAN via FCoE, an AoE SAN, a
-wireless network, a wide-area network, an Infiniband network. It allows to
-control the boot process with a script. You can use iPXE to replace the
+wireless network, a wide-area network, an Infiniband network. It
+controls the boot process with a script. You can use iPXE to replace the
existing PXE ROM on your network card, or you can chainload into iPXE to obtain
the features of iPXE without the hassle of reflashing.")
(license license:gpl2+))))