services: sysctl: Fix typo. * gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'.
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/services/sysctl.scm
M gnu/services/sysctl.scm => gnu/services/sysctl.scm +1 -1
@@ 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")))