summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPascal Wittmann <PascalWittmann@gmx.net>2014-07-12 09:36:22 +0200
committerPascal Wittmann <PascalWittmann@gmx.net>2014-07-12 09:36:22 +0200
commite57e57c25df7c83664240b0d0191da47bcefde39 (patch)
tree70b93f8d50c7ceedb4296520a5794f065019d7f4 /nixos
parent89a0bf43d16d4f20ab2d5b791b10275d00ad0756 (diff)
parentd5daa8ae6ff2bbdf8f49254923336df1040a1319 (diff)
downloadnixpkgs-e57e57c25df7c83664240b0d0191da47bcefde39.tar
nixpkgs-e57e57c25df7c83664240b0d0191da47bcefde39.tar.gz
nixpkgs-e57e57c25df7c83664240b0d0191da47bcefde39.tar.bz2
nixpkgs-e57e57c25df7c83664240b0d0191da47bcefde39.tar.lz
nixpkgs-e57e57c25df7c83664240b0d0191da47bcefde39.tar.xz
nixpkgs-e57e57c25df7c83664240b0d0191da47bcefde39.tar.zst
nixpkgs-e57e57c25df7c83664240b0d0191da47bcefde39.zip
Merge pull request #3245 from rastus-vernon/patch-1
Fix repeated typo
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>.
           '';
         };