summary refs log tree commit diff
path: root/nixos/modules/security/duosec.nix
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2014-12-30 03:31:03 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2014-12-30 03:31:03 +0100
commitc64257b8e5d36bb71e4e773b9373e35b9b9b0e1c (patch)
treef019e4158fabd12f216c5d3ad7afbe30e264f223 /nixos/modules/security/duosec.nix
parente62e634128275509d3818d4cbf11bfa64e9f51af (diff)
downloadnixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.gz
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.bz2
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.lz
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.xz
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.zst
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.zip
Fix user-facing typos (mainly in descriptions)
Diffstat (limited to 'nixos/modules/security/duosec.nix')
-rw-r--r--nixos/modules/security/duosec.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/security/duosec.nix b/nixos/modules/security/duosec.nix
index 9893e63fb24f..0e3a54325cad 100644
--- a/nixos/modules/security/duosec.nix
+++ b/nixos/modules/security/duosec.nix
@@ -110,7 +110,7 @@ in
         default = false;
         description = ''
           Print the contents of <literal>/etc/motd</literal> to screen
-          after a succesful login.
+          after a successful login.
         '';
       };
 
@@ -145,7 +145,7 @@ in
 
           When $DUO_PASSCODE is non-empty, it will override
           autopush. The SSH client will need SendEnv DUO_PASSCODE in
-          its configuration, and the SSH server will similarily need
+          its configuration, and the SSH server will similarly need
           AcceptEnv DUO_PASSCODE.
         '';
       };