summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRastus Vernon <rastus-vernon@users.noreply.github.com>2014-07-11 23:14:53 -0400
committerRastus Vernon <rastus-vernon@users.noreply.github.com>2014-07-11 23:14:53 -0400
commitd5daa8ae6ff2bbdf8f49254923336df1040a1319 (patch)
treeaa38004e25d7fc8194a4e7d582acfce841c7ac7b /nixos
parent3b2609deec84ec71ced729f128aa9d549dcfa4f6 (diff)
downloadnixpkgs-d5daa8ae6ff2bbdf8f49254923336df1040a1319.tar
nixpkgs-d5daa8ae6ff2bbdf8f49254923336df1040a1319.tar.gz
nixpkgs-d5daa8ae6ff2bbdf8f49254923336df1040a1319.tar.bz2
nixpkgs-d5daa8ae6ff2bbdf8f49254923336df1040a1319.tar.lz
nixpkgs-d5daa8ae6ff2bbdf8f49254923336df1040a1319.tar.xz
nixpkgs-d5daa8ae6ff2bbdf8f49254923336df1040a1319.tar.zst
nixpkgs-d5daa8ae6ff2bbdf8f49254923336df1040a1319.zip
Fix repeated typo
"Can either by" should be "Can either be". There are three occurrences of this mistake, all in descriptions of configuration options.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/security/grsecurity.nix6
1 files 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
             <literal>custom</literal> or <literal>auto</literal>.
 
             <literal>auto</literal> 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 <literal>security</literal> or
+            security. Can either be <literal>security</literal> or
             <literal>performance</literal>.
           '';
         };
@@ -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 <literal>server</literal> or
+            or a Server. Can either be <literal>server</literal> or
             <literal>desktop</literal>.
           '';
         };