nixos/gdm: fix description typo

This commit is contained in:
Bjørn Forsman 2015-09-03 22:11:25 +02:00
parent 4af33f24ac
commit 833b4c34c2

View file

@ -35,7 +35,7 @@ in
type = types.bool;
default = false;
description = ''
Automatically log in as the sepecified <option>auto.user</option>.
Automatically log in as the sepecified <option>autoLogin.user</option>.
'';
};