diff options
author | Eric Bavier <bavier@member.fsf.org> | 2017-03-31 20:36:26 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2017-03-31 20:55:05 -0500 |
commit | 9fc221b58cecd73e22cac01cb0918a774a4a7b2f (patch) | |
tree | 42f798cb58478d915c2343d861788200fbbde90b /gnu/services/vpn.scm | |
parent | 985a8599ed742053b52ac85f753c4feb54af93cb (diff) | |
download | patches-9fc221b58cecd73e22cac01cb0918a774a4a7b2f.tar patches-9fc221b58cecd73e22cac01cb0918a774a4a7b2f.tar.gz |
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.
Diffstat (limited to 'gnu/services/vpn.scm')
-rw-r--r-- | gnu/services/vpn.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 '()) |