From c2bf9c3ee3da9752b7b19a2078ebcf5f15895b79 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 May 2015 14:12:49 +0200 Subject: [PATCH] Typo --- nixos/modules/system/boot/luksroot.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/system/boot/luksroot.nix b/nixos/modules/system/boot/luksroot.nix index 20eee8e06e07..d9482a8264d7 100644 --- a/nixos/modules/system/boot/luksroot.nix +++ b/nixos/modules/system/boot/luksroot.nix @@ -286,8 +286,8 @@ in type = types.bool; description = '' Whether to allow TRIM requests to the underlying device. This option - has security implications, please read the LUKS documentation before - activating in. + has security implications; please read the LUKS documentation before + activating it. ''; };