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."
)
];