gnu: Fix typo in comment.

* gnu/services/sddm.scm: Fix typo.
master
John Darrington 2016-12-21 20:42:04 +01:00
parent d229ba9502
commit d1f3063196
No known key found for this signature in database
GPG Key ID: 8A67719C2DE827B3
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ Relogin=" (if (sddm-configuration-relogin? config)
(name "sddm-greeter") (name "sddm-greeter")
(auth (auth
(list (list
;; Load environment form /etc/environment and ~/.pam_environment ;; Load environment from /etc/environment and ~/.pam_environment
(pam-entry (pam-entry
(control "required") (control "required")
(module "pam_env.so")) (module "pam_env.so"))