services: sysctl: Fix typo.

* gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'.
This commit is contained in:
宋文武 2017-07-18 20:09:30 +08:00
parent e4e525096b
commit 172b3e2cc2
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -33,7 +33,7 @@ (define-module (gnu services sysctl)
;;;
(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")))