From 9fc221b58cecd73e22cac01cb0918a774a4a7b2f Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Fri, 31 Mar 2017 20:36:26 -0500 Subject: doc: Fix typos. * doc/guix.texi (Build Systems)[ocaml-build-system]: Fix typo. (Log Rotation)[periodic-rotations]: ditto. (Database Services)[redis-service-type]: ditto. (OpenSMTPD Service)[opensmtpd-configuration]: ditto. (VPN Services)[OpenVPN]: ditto. (Power management Services)[tlp-configuration]: ditto. (Git daemon service)[git-daemon-service]: ditto. (Running GuixSD in a VM): ditto. * gnu/services/pm.scm (tlp-configuration)[runtime-pm-blacklist]: Fix typo. * gnu/services/vpn.scm (openvpn-client-configuration)[status]: ditto. --- gnu/services/pm.scm | 2 +- gnu/services/vpn.scm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/services/pm.scm b/gnu/services/pm.scm index ec35e5701a..fe55647eef 100644 --- a/gnu/services/pm.scm +++ b/gnu/services/pm.scm @@ -327,7 +327,7 @@ blacklisted ones.") (runtime-pm-blacklist (maybe-space-separated-string-list 'disabled) - "Exclude specified PCI(e) devices adresses from Runtime Power Management.") + "Exclude specified PCI(e) device addresses from Runtime Power Management.") (runtime-pm-driver-blacklist (space-separated-string-list '("radeon" "nouveau")) diff --git a/gnu/services/vpn.scm b/gnu/services/vpn.scm index e1a04a9858..868a227fc0 100644 --- a/gnu/services/vpn.scm +++ b/gnu/services/vpn.scm @@ -352,7 +352,7 @@ channel to protect against DoS attacks.") (client-to-client? (boolean #f) - "When true, clients are alowed to talk to each other inside the VPN.") + "When true, clients are allowed to talk to each other inside the VPN.") (keepalive (keepalive '(10 120)) @@ -368,7 +368,7 @@ element is the timeout before considering the other side down.") (status (string "/var/run/openvpn/status") "The status file. This file shows a small report on current connection. It -is trunkated and rewritten every minute.") +is truncated and rewritten every minute.") (client-config-dir (openvpn-ccd-list '()) -- cgit v1.2.3