about summary refs log tree commit diff
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2019-05-05 23:29:29 +0900
committerLassulus <github@lassul.us>2019-05-06 13:28:29 +0900
commit4a27b3cd35d79311025edf0c4b00b71e557c4745 (patch)
tree8a8d34f21b1aea4f3b9b0eadf666aaaf9b092617
parent621cb999bd1c9af140cfeb263a14de21916d1e09 (diff)
downloadnixlib-4a27b3cd35d79311025edf0c4b00b71e557c4745.tar
nixlib-4a27b3cd35d79311025edf0c4b00b71e557c4745.tar.gz
nixlib-4a27b3cd35d79311025edf0c4b00b71e557c4745.tar.bz2
nixlib-4a27b3cd35d79311025edf0c4b00b71e557c4745.tar.lz
nixlib-4a27b3cd35d79311025edf0c4b00b71e557c4745.tar.xz
nixlib-4a27b3cd35d79311025edf0c4b00b71e557c4745.tar.zst
nixlib-4a27b3cd35d79311025edf0c4b00b71e557c4745.zip
Small grammar fix.
-rw-r--r--pkgs/tools/misc/memtest86-efi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/memtest86-efi/default.nix b/pkgs/tools/misc/memtest86-efi/default.nix
index e6ebff69d95d..c839c1f5e6c4 100644
--- a/pkgs/tools/misc/memtest86-efi/default.nix
+++ b/pkgs/tools/misc/memtest86-efi/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
     downloadPage = "https://www.memtest86.com/download.htm";
     description = "A tool to detect memory errors, to be run from a bootloader";
     longDescription = ''
-      An UEFI app that is able to detect errors in RAM.  It can be run from a
+      A UEFI app that is able to detect errors in RAM.  It can be run from a
       bootloader.  Released under a proprietary freeware license.
     '';
     # The Memtest86 License for the Free Edition states,