From c61d91994109f53f62cb8d3f4de6bfd2b1cfa15e Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 16 Mar 2012 11:31:33 +0000 Subject: [PATCH] Typographical conventions svn path=/nixos/trunk/; revision=33148 --- modules/installer/cd-dvd/iso-image.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/cd-dvd/iso-image.nix b/modules/installer/cd-dvd/iso-image.nix index 82acac9a3e5..0c0fe988021 100644 --- a/modules/installer/cd-dvd/iso-image.nix +++ b/modules/installer/cd-dvd/iso-image.nix @@ -76,7 +76,7 @@ let isoImage.makeEfiBootable = mkOption { default = false; description = '' - Whether the ISO image should be an efi-bootable volume + Whether the ISO image should be an efi-bootable volume. ''; };