[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: services sddm Fix typo.
From: |
John Darrington |
Subject: |
01/01: gnu: services sddm Fix typo. |
Date: |
Sat, 15 Oct 2016 14:35:23 +0000 (UTC) |
jmd pushed a commit to branch master
in repository guix.
commit 6f30a55c9660cc87227faa3a4c7300bd51e79e4e
Author: John Darrington <address@hidden>
Date: Sat Oct 15 16:32:34 2016 +0200
gnu: services sddm Fix typo.
* gnu/services/sddm.scm: sddm-confiugration? --> sddm-configuration?
---
gnu/services/sddm.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm
index ef1e78e..5bb58bd 100644
--- a/gnu/services/sddm.scm
+++ b/gnu/services/sddm.scm
@@ -29,7 +29,7 @@
#:use-module (guix gexp)
#:use-module (guix records)
#:export (sddm-configuration
- sddm-confiugration?
+ sddm-configuration?
sddm-service-type
sddm-service))