From d5daa8ae6ff2bbdf8f49254923336df1040a1319 Mon Sep 17 00:00:00 2001 From: Rastus Vernon Date: Fri, 11 Jul 2014 23:14:53 -0400 Subject: [PATCH] Fix repeated typo "Can either by" should be "Can either be". There are three occurrences of this mistake, all in descriptions of configuration options. --- nixos/modules/security/grsecurity.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/modules/security/grsecurity.nix b/nixos/modules/security/grsecurity.nix index 3bd58218c99..9e598369137 100644 --- a/nixos/modules/security/grsecurity.nix +++ b/nixos/modules/security/grsecurity.nix @@ -50,7 +50,7 @@ in description = '' grsecurity configuration mode. This specifies whether grsecurity is auto-configured or otherwise completely - manually configured. Can either by + manually configured. Can either be custom or auto. auto is recommended. @@ -64,7 +64,7 @@ in description = '' grsecurity configuration priority. This specifies whether the kernel configuration should emphasize speed or - security. Can either by security or + security. Can either be security or performance. ''; }; @@ -76,7 +76,7 @@ in description = '' grsecurity system configuration. This specifies whether the kernel configuration should be suitable for a Desktop - or a Server. Can either by server or + or a Server. Can either be server or desktop. ''; };