guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: Fix zram-device-service.


From: guix-commits
Subject: branch master updated: services: Fix zram-device-service.
Date: Sun, 13 Sep 2020 17:07:59 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 71992a5  services: Fix zram-device-service.
71992a5 is described below

commit 71992a532dd0bb88b39dda285482b332a24dae66
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 13 23:02:49 2020 +0200

    services: Fix zram-device-service.
    
    * gnu/services/linux.scm (<zram-device-configuration>): Fix typo.
---
 gnu/services/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/linux.scm b/gnu/services/linux.scm
index ec42663..72c7779 100644
--- a/gnu/services/linux.scm
+++ b/gnu/services/linux.scm
@@ -196,7 +196,7 @@ representation."
 (define-record-type* <zram-device-configuration>
   zram-device-configuration make-zram-device-configuration
   zram-device-configuration?
-  (size                     zram-device-configration-size
+  (size                     zram-device-configuration-size
                             (default "1G"))     ; string or integer
   (compression-algorithm    zram-device-configuration-compression-algorithm
                             (default 'lzo))     ; symbol



reply via email to

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