diff options
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/pm.scm | 2 | ||||
-rw-r--r-- | gnu/services/vpn.scm | 4 |
2 files changed, 3 insertions, 3 deletions
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 '()) |