summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-23 15:59:14 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-23 16:49:50 +0200
commit517be841352ec3e6b236e7cdfb1fbd8e26bf49cb (patch)
tree9d6952788ef14dd5eeae427c7e458861490a138a /nixos/modules/config
parent21a21a422498c89d2c87ae07e390501318a5a9ea (diff)
downloadnixpkgs-517be841352ec3e6b236e7cdfb1fbd8e26bf49cb.tar
nixpkgs-517be841352ec3e6b236e7cdfb1fbd8e26bf49cb.tar.gz
nixpkgs-517be841352ec3e6b236e7cdfb1fbd8e26bf49cb.tar.bz2
nixpkgs-517be841352ec3e6b236e7cdfb1fbd8e26bf49cb.tar.lz
nixpkgs-517be841352ec3e6b236e7cdfb1fbd8e26bf49cb.tar.xz
nixpkgs-517be841352ec3e6b236e7cdfb1fbd8e26bf49cb.tar.zst
nixpkgs-517be841352ec3e6b236e7cdfb1fbd8e26bf49cb.zip
small treewide: his -> theirs/its
SJW brigade represent. ;)

Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/users-groups.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix
index 7fbbfcec751..8defa86818a 100644
--- a/nixos/modules/config/users-groups.nix
+++ b/nixos/modules/config/users-groups.nix
@@ -626,7 +626,7 @@ in {
         then
         ''
           The password hash of user "${name}" may be invalid. You must set a
-          valid hash or the user will be locked out of his account. Please
+          valid hash or the user will be locked out of their account. Please
           check the value of option `users.users."${name}".hashedPassword`.
         ''
         else null