0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/containers: correct isNormaUser to isNormalUser

Correct a small spelling slip up
This commit is contained in:
06kellyjac 2020-07-19 16:26:14 +01:00
parent 3350c9242b
commit 9edb189fa1

View file

@ -28,7 +28,7 @@ in
(
lib.mkRemovedOptionModule
[ "virtualisation" "containers" "users" ]
"All users with `isNormaUser = true` set now get appropriate subuid/subgid mappings."
"All users with `isNormalUser = true` set now get appropriate subuid/subgid mappings."
)
];