guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: doc: Fix typo.


From: guix-commits
Subject: branch master updated: doc: Fix typo.
Date: Sun, 16 Feb 2020 02:26:20 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3c6aca4  doc: Fix typo.
3c6aca4 is described below

commit 3c6aca4232d1a3638ec962bc7afe9121626c43ec
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Feb 16 09:25:00 2020 +0200

    doc: Fix typo.
    
    * doc/guix.texi (X Window)[sddm-service-type]: SSDM -> SDDM typo fix.
    [sddm-configuration]: Also list 'maya' theme.
    * gnu/services/sddm.scm (sddm-service): Fix typo in doc string.
    (sddm-configuration): Also list 'maya' theme.
---
 doc/guix.texi         | 4 ++--
 gnu/services/sddm.scm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 5d9292b..aa50340 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -14458,7 +14458,7 @@ Command to run when halting.
 Command to run when rebooting.
 
 @item @code{theme} (default "maldives")
-Theme to use. Default themes provided by SDDM are "elarun" or "maldives".
+Theme to use. Default themes provided by SDDM are "elarun", "maldives" or 
"maya".
 
 @item @code{themes-directory} (default 
"/run/current-system/profile/share/sddm/themes")
 Directory to look for themes.
@@ -14533,7 +14533,7 @@ Relogin after logout.
 @cindex X11 login
 @defvr {Scheme Variable} sddm-service-type
 This is the type of the service to run the
-@uref{https://github.com/sddm/sddm,SSDM display manager}.  Its value
+@uref{https://github.com/sddm/sddm,SDDM display manager}.  Its value
 must be a @code{sddm-configuration} record (see below).
 
 Here's an example use:
diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm
index ac8c9a8..473b487 100644
--- a/gnu/services/sddm.scm
+++ b/gnu/services/sddm.scm
@@ -56,7 +56,7 @@
                           (default (file-append shepherd "/sbin/reboot")))
 
   ;; [Theme]
-  ;; valid values are elarun or maldives
+  ;; valid values are elarun, maldives or maya
   (theme                  sddm-configuration-theme
                           (default "maldives"))
   (themes-directory       sddm-configuration-themes-directory
@@ -325,6 +325,6 @@ Wayland.")))
 
 (define-deprecated (sddm-service #:optional (config (sddm-configuration)))
   sddm-service-type
-  "Run the @uref{https://github.com/sddm/sddm,SSDM display manager}
+  "Run the @uref{https://github.com/sddm/sddm,SDDM display manager}
 with the given @var{config}, a @code{<sddm-configuration>} object."
   (service sddm-service-type config))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]