[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: services: sysctl: Fix typo.
From: |
??? |
Subject: |
01/01: services: sysctl: Fix typo. |
Date: |
Tue, 18 Jul 2017 08:17:00 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 172b3e2cc2d0384970c362e46af8231c63b0b004
Author: 宋文武 <address@hidden>
Date: Tue Jul 18 20:09:30 2017 +0800
services: sysctl: Fix typo.
* gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'.
---
gnu/services/sysctl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/sysctl.scm b/gnu/services/sysctl.scm
index be5be59..5e9e6f0 100644
--- a/gnu/services/sysctl.scm
+++ b/gnu/services/sysctl.scm
@@ -33,7 +33,7 @@
;;;
(define-record-type* <sysctl-configuration>
- sysctl-configuration make-sysctl-configuration?
+ sysctl-configuration make-sysctl-configuration
sysctl-configuration?
(sysctl sysctl-configuration-sysctl ; path of the 'sysctl' command
(default (file-append procps "/sbin/sysctl")))